source/Platform/PlatformApplication.h: extend NonCopyable
This commit is contained in:
parent
b984f30968
commit
46af40bbb7
1 changed files with 3 additions and 1 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue