header.h 346 B

123456789101112131415161718
  1. /**
  2. This file was generated by build tool. Don't change it!
  3. */
  4. #pragma once
  5. #include "Sprite.h"
  6. #include "ActorsFactory.h"
  7. using namespace oxygine;
  8. {% for ct in types %}
  9. {% if ct.ns %}
  10. DECLARENS_SMART({{ct.ns}}, {{ct.className}}, {{ct.spClassName}});
  11. {% else %}
  12. DECLARE_SMART({{ct.className}}, {{ct.spClassName}});
  13. {% endif %}
  14. {% endfor %}
  15. //