inferno!
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
#include <iostream>
|
||||
#include "../src/inferno.hppd"
|
||||
#include "../src/inferno.hpp"
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
InfernoEngine inferno;
|
||||
|
||||
inferno.SetMode(MODE_PROGRESSIVE_GUI);
|
||||
bool status = inferno.InitWindow();
|
||||
if (!status {
|
||||
std::cout << "Error initializing window: " << inferno.LastError() << std::endl;
|
||||
}
|
||||
|
||||
Inferno inferno;
|
||||
|
||||
std::cout << "lol" << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user