1
0
Fork 0

source/Platform/PlatformApplication.h: extend NonCopyable

This commit is contained in:
Henrik Hautakoski 2020-12-29 19:54:49 +01:00
parent b984f30968
commit 46af40bbb7

View file

@ -2,13 +2,15 @@
#ifndef SPECTRE_PLATFORM_H #ifndef SPECTRE_PLATFORM_H
#define SPECTRE_PLATFORM_H #define SPECTRE_PLATFORM_H
#include <Spectre/Core/NonCopyable.h>
namespace sp { namespace sp {
class PlatformInput; class PlatformInput;
class PlatformDisplay; class PlatformDisplay;
class MessageQueue; class MessageQueue;
class PlatformApplication class PlatformApplication : NonCopyable
{ {
public : public :
static PlatformApplication* create(); static PlatformApplication* create();