Initial commit
This commit is contained in:
commit
edfc5298e1
252 changed files with 93965 additions and 0 deletions
7
source/System/MessageHandler.cpp
Normal file
7
source/System/MessageHandler.cpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
#include <Spectre/Display/Display.h>
|
||||
#include <Spectre/System/MessageHandler.h>
|
||||
|
||||
void MessageHandler::onSizeChanged(Display* display, int width, int height)
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue