UGDK  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
header.h File Reference
#include <lua.h>
#include <lualib.h>
#include <lauxlib.h>
Include dependency graph for header.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ugdk::script::lua::Constant
 Represents a constant value from the Lua library. More...
 
struct  ugdk::script::lua::Constant::err
 
struct  ugdk::script::lua::Constant::gc
 

Namespaces

 ugdk
 
 ugdk::script
 
 ugdk::script::lua
 

Macros

#define LUA_OK   (0)
 
#define DECLARE_LUA_CONSTANT(category, name)   static const Constant name () { return Constant(LUA_##category##name); }
 

Functions

void ugdk::script::lua::LuaMsg (const char *format,...)
 

Macro Definition Documentation

#define DECLARE_LUA_CONSTANT (   category,
  name 
)    static const Constant name () { return Constant(LUA_##category##name); }
#define LUA_OK   (0)