port from perforce
This commit is contained in:
16
aiwaz/Aiwaz/Aiwaz.cpp
Normal file
16
aiwaz/Aiwaz/Aiwaz.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "stdafx.h"
|
||||
#include "Aiwaz.h"
|
||||
|
||||
#include "Engine/Engine.h"
|
||||
#include "Window/Window.h"
|
||||
|
||||
namespace Aiwaz
|
||||
{
|
||||
extern "C"
|
||||
{
|
||||
IEngine* CreateEngine()
|
||||
{
|
||||
return new Engine();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user