Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

ugameengine.h 179B

12345678910111213
  1. #ifndef UGAMEENGINE_H
  2. #define UGAMEENGINE_H
  3. #include "ugameengine_global.h"
  4. class UGAMEENGINESHARED_EXPORT UGameEngine
  5. {
  6. public:
  7. UGameEngine();
  8. };
  9. #endif // UGAMEENGINE_H