Ignore:
Timestamp:
07/15/13 20:13:27 (12 years ago)
Author:
epyon
Message:
  • flags - flags support, essentially a std::bitset implementation with .data() method and enum class support
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/lua/lua_raw.hh

    r121 r162  
    1111#include <istream>
    1212#include <string>
    13 #include <bitset>
    1413#include <map>
     14
     15void nlua_toflags_flat( lua_State *L, int index, nv::uint8* data, nv::uint32 count );
     16void nlua_toflags_array( lua_State *L, int index, nv::uint8* data, nv::uint32 count );
     17void nlua_toflags( lua_State *L, int index, nv::uint8* data, nv::uint32 count );
    1518
    1619std::string nlua_typecontent( lua_State* L, int idx );
Note: See TracChangeset for help on using the changeset viewer.