initial commit
This commit is contained in:
12
src/main.cpp
Normal file
12
src/main.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
// main.cpp
|
||||
#include <ReWindow/types/Window.h>
|
||||
#include <ReWindow/Logger.h>
|
||||
#include <JGL/JGL.h>
|
||||
#include <Color4.hpp>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
int main() {
|
||||
// code and stuff
|
||||
}
|
Reference in New Issue
Block a user