Update BLT

main
Brett 2023-01-16 14:12:53 -05:00
parent 0e87c5cb00
commit 7d4477b983
4 changed files with 21 additions and 3 deletions

View File

@ -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

18
include/window/window.h Normal file
View File

@ -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 <blt/window/window.h>
class glut_window : public blt::window {
private:
public:
};
#endif //FINAL_PROJECT_WINDOW_H

@ -1 +1 @@
Subproject commit 4a5c1799ce210ea979f3a427939a42167eb2a2da Subproject commit 0d2292e1d428f10d0102005e4580f1cbb5803a27