Changeset 162 for trunk/nv/lua/lua_raw.hh
- Timestamp:
- 07/15/13 20:13:27 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/lua/lua_raw.hh
r121 r162 11 11 #include <istream> 12 12 #include <string> 13 #include <bitset>14 13 #include <map> 14 15 void nlua_toflags_flat( lua_State *L, int index, nv::uint8* data, nv::uint32 count ); 16 void nlua_toflags_array( lua_State *L, int index, nv::uint8* data, nv::uint32 count ); 17 void nlua_toflags( lua_State *L, int index, nv::uint8* data, nv::uint32 count ); 15 18 16 19 std::string nlua_typecontent( lua_State* L, int idx );
Note: See TracChangeset
for help on using the changeset viewer.