neptools

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

eof_item.binding.hpp (769B)


      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 
      7 const char ::Neptools::EofItem::TYPE_NAME[] = "neptools.eof_item";
      8 
      9 namespace Libshit::Lua
     10 {
     11 
     12   // class neptools.eof_item
     13   template<>
     14   void TypeRegisterTraits<::Neptools::EofItem>::Register(TypeBuilder& bld)
     15   {
     16     bld.Inherit<::Neptools::EofItem, ::Neptools::Item>();
     17 
     18     bld.AddFunction<
     19       &::Libshit::Lua::TypeTraits<::Neptools::EofItem>::Make<LuaGetRef<::Neptools::Item::Key>, LuaGetRef<::Neptools::Context &>>
     20     >("new");
     21 
     22   }
     23   static TypeRegister::StateRegister<::Neptools::EofItem> libshit_lua_statereg_185cf5f041ccadeaadb7aaef2e863236558fe24e51f78d216398e1b7b2acdd95;
     24 
     25 }
     26 #endif
     27 #endif