sent from android
This commit is contained in:
@@ -6,11 +6,17 @@
|
||||
#include "window.hpp"
|
||||
#include "graphics.hpp"
|
||||
#include "utils.hpp"
|
||||
#include "gui.hpp"
|
||||
#include "geometry.hpp"
|
||||
#include "loader.hpp"
|
||||
|
||||
// Variables
|
||||
extern bool running;
|
||||
|
||||
// Functions
|
||||
int main(int argc, char* argv[]);
|
||||
void init(); // Initialize SDL, OpenGL, and ImGui
|
||||
void handle_events(); // Handle SDL events
|
||||
void handle_keyboard_input(); // Handle keyboard input for camera movement
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user