|
|
@ -1,7 +1,7 @@ |
|
|
|
#ifndef APPLICATION_H |
|
|
|
#ifndef APPLICATION_H |
|
|
|
#define APPLICATION_H |
|
|
|
#define APPLICATION_H |
|
|
|
|
|
|
|
|
|
|
|
#include <memory> // std::unique_ptr |
|
|
|
#include <memory> // std::unique_ptr, std::shared_ptr |
|
|
|
|
|
|
|
|
|
|
|
namespace Inferno { |
|
|
|
namespace Inferno { |
|
|
|
|
|
|
|
|
|
|
@ -9,11 +9,7 @@ namespace Inferno { |
|
|
|
class Font; |
|
|
|
class Font; |
|
|
|
class KeyPressEvent; |
|
|
|
class KeyPressEvent; |
|
|
|
class MousePositionEvent; |
|
|
|
class MousePositionEvent; |
|
|
|
class OrthographicCamera; |
|
|
|
|
|
|
|
class PerspectiveCamera; |
|
|
|
|
|
|
|
class Scene; |
|
|
|
class Scene; |
|
|
|
class Texture; |
|
|
|
|
|
|
|
class TextureManager; |
|
|
|
|
|
|
|
class Window; |
|
|
|
class Window; |
|
|
|
class WindowCloseEvent; |
|
|
|
class WindowCloseEvent; |
|
|
|
class WindowResizeEvent; |
|
|
|
class WindowResizeEvent; |
|
|
|