diff --git a/cmake-build-debug/.cmake/api/v1/reply/index-2023-01-16T18-51-35-0099.json b/cmake-build-debug/.cmake/api/v1/reply/index-2023-01-16T19-11-47-0268.json similarity index 100% rename from cmake-build-debug/.cmake/api/v1/reply/index-2023-01-16T18-51-35-0099.json rename to cmake-build-debug/.cmake/api/v1/reply/index-2023-01-16T19-11-47-0268.json diff --git a/cmake-build-debug/Testing/Temporary/LastTest.log b/cmake-build-debug/Testing/Temporary/LastTest.log index deef459..fbfa34a 100644 --- a/cmake-build-debug/Testing/Temporary/LastTest.log +++ b/cmake-build-debug/Testing/Temporary/LastTest.log @@ -1,3 +1,3 @@ -Start testing: Jan 16 13:51 EST +Start testing: Jan 16 14:11 EST ---------------------------------------------------------- -End testing: Jan 16 13:51 EST +End testing: Jan 16 14:11 EST diff --git a/include/window/window.h b/include/window/window.h new file mode 100644 index 0000000..68b7487 --- /dev/null +++ b/include/window/window.h @@ -0,0 +1,18 @@ +/* + * Created by Brett Terpstra 6920201 on 16/01/23. + * Copyright (c) Brett Terpstra 2023 All Rights Reserved + */ + +#ifndef FINAL_PROJECT_WINDOW_H +#define FINAL_PROJECT_WINDOW_H + +#include + +class glut_window : public blt::window { +private: + +public: + +}; + +#endif //FINAL_PROJECT_WINDOW_H diff --git a/libraries/BLT b/libraries/BLT index 4a5c179..0d2292e 160000 --- a/libraries/BLT +++ b/libraries/BLT @@ -1 +1 @@ -Subproject commit 4a5c1799ce210ea979f3a427939a42167eb2a2da +Subproject commit 0d2292e1d428f10d0102005e4580f1cbb5803a27