![]() |
Pioneer
|
#include "fixed.h"

Go to the source code of this file.
Namespaces | |
| namespace | LuaFixed |
Functions | |
| void | LuaFixed::Register (lua_State *L) |
| void | LuaFixed::PushToLua (lua_State *L, const fixed &v) |
| const fixed * | LuaFixed::GetFromLua (lua_State *L, int idx) |
| const fixed * | LuaFixed::CheckFromLua (lua_State *L, int idx) |
Variables | |
| const char | LuaFixed::LibName [] = "fixed" |
| const char | LuaFixed::TypeName [] = "fixed" |