lfixed.h

Go to the documentation of this file.
00001 #ifndef lfixed_h
00002 #define lfixed_h
00003 
00004 void fixed_lua_number2str(char *output, int n);
00005 int fixed_lua_str2number(const char *s, char **endptr);
00006 int fixed_lua_number2int(int n);
00007 
00008 int fixed_luai_nummul(int a, int b);
00009 int fixed_luai_numdiv(int a, int b);
00010 int fixed_luai_nummod(int a, int b);
00011 int fixed_luai_numpow(int a, int b);
00012 
00013 #endif

Generated on Mon Feb 16 15:14:50 2009 for Scorched3D by  doxygen 1.5.3