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
|
||||
#define SPECTRE_PLATFORM_H
|
||||
|
||||
#include <Spectre/Core/NonCopyable.h>
|
||||
|
||||
namespace sp {
|
||||
|
||||
class PlatformInput;
|
||||
class PlatformDisplay;
|
||||
class MessageQueue;
|
||||
|
||||
class PlatformApplication
|
||||
class PlatformApplication : NonCopyable
|
||||
{
|
||||
public :
|
||||
static PlatformApplication* create();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue