neptools

Modding tools to Neptunia games
git clone https://git.neptards.moe/neptards/neptools.git
Log | Files | Refs | Submodules | README | LICENSE

endian.binding.hpp (663B)


      1 // Auto generated code, do not edit. See gen_binding in project root.
      2 #ifndef LIBSHIT_BINDING_GENERATOR
      3 #if LIBSHIT_WITH_LUA
      4 #include <libshit/lua/user_type.hpp>
      5 
      6 const char ::Libshit::Lua::TypeName<::Neptools::Endian>::TYPE_NAME[] =
      7   "neptools.endian";
      8 
      9 namespace Libshit::Lua
     10 {
     11 
     12   // class neptools.endian
     13   template<>
     14   void TypeRegisterTraits<::Neptools::Endian>::Register(TypeBuilder& bld)
     15   {
     16 
     17     bld.Add("BIG", ::Neptools::Endian::BIG);
     18     bld.Add("LITTLE", ::Neptools::Endian::LITTLE);
     19 
     20   }
     21   static TypeRegister::StateRegister<::Neptools::Endian> libshit_lua_statereg_c083c92687a3f79dbcce733e2bd2f88574f76ac00ed1a0aced5cacfd5bd8ede3;
     22 
     23 }
     24 #endif
     25 #endif