Basic graphics structure
This commit is contained in:
@@ -6,4 +6,12 @@ namespace Seele
|
||||
{
|
||||
const char* windowLayoutFile;
|
||||
};
|
||||
struct WindowCreateInfo
|
||||
{
|
||||
int32 width;
|
||||
int32 height;
|
||||
const char* title;
|
||||
bool bFullscreen;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user