Project setup
This commit is contained in:
10
examples/basicGLFWWindow/main.cpp
Normal file
10
examples/basicGLFWWindow/main.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "shared/logger.h"
|
||||
|
||||
int main() {
|
||||
OatmealUtils::initLogging();
|
||||
OatmealUtils::createLogger("window", nullptr);
|
||||
|
||||
OatmealUtils::get("window")->info("Test");
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user