header.cpp 305 B

123456789101112131415
  1. /**
  2. This file was generated by build tool. Don't change it!
  3. */
  4. //#include "{{ct.header}}"
  5. //#include "core/files_io.h"
  6. #include "Serialize.h"
  7. {% for cl_include in includes %}
  8. #include "{{cl_include.header}}"
  9. {% endfor %}
  10. using namespace oxygine;
  11. using namespace pugi;
  12. REGISTER_ACTOR({{ct.className}});