sent from android

This commit is contained in:
2025-07-30 13:14:22 +01:00
parent 15aa9d54ea
commit a03c7c85b8
25 changed files with 2243 additions and 203 deletions

View File

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