Nigel
dab01f1541
Correctly linking glfw and spdlog... Linking could be improved by not needing the sandbox application to also be linked with glfw
12 lines
161 B
C++
12 lines
161 B
C++
#include <MyGraphicsEngine/Graphics.h>
|
|
|
|
int main (int argc, char *argv[] ){
|
|
|
|
test();
|
|
|
|
BarinkWindow GameWindow(800, 600);
|
|
|
|
GameWindow.EnterLoop();
|
|
}
|
|
|