Fixing vcpkg hopefully
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
#include "window/Window.h"
|
||||
|
||||
int main() {
|
||||
Window w(1920, 1080);
|
||||
while (true) {
|
||||
w.update();
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user