Windows: formatting
This commit is contained in:
parent
3201f8cece
commit
d44db3943e
@ -1,7 +1,8 @@
|
|||||||
#include "mainwindow.hpp"
|
|
||||||
#include "gui_functions.hpp"
|
#include "gui_functions.hpp"
|
||||||
|
#include "mainwindow.hpp"
|
||||||
|
|
||||||
int WINAPI wWinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, PWSTR szCmdLine, int nCmdShow ) {
|
int WINAPI wWinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance,
|
||||||
|
PWSTR szCmdLine, int nCmdShow ) {
|
||||||
registerWindowClasses( hInstance );
|
registerWindowClasses( hInstance );
|
||||||
MainWindow mw( hInstance, nCmdShow );
|
MainWindow mw( hInstance, nCmdShow );
|
||||||
mw.mainLoop();
|
mw.mainLoop();
|
||||||
|
Loading…
Reference in New Issue
Block a user