You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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