combine with desktop project
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
5
include/Common.h
Normal file
5
include/Common.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "model/Window.h"
|
||||
|
||||
auto createWindow(const char *title, int width, int height) -> Window *;
|
Reference in New Issue
Block a user