summaryrefslogtreecommitdiff
path: root/prge.h
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-10-12 15:25:23 +0500
committerpryazha <pryadeiniv@mail.ru>2025-10-12 15:25:23 +0500
commit818f818f583881156eb279c71b1359bf2c4f3580 (patch)
tree874e8d2fdc5334bc70925aa87923791f7662ddb8 /prge.h
parent3cf987880e384140bf996c37f820ddeea38bc60e (diff)
change identation, maybe will change back, add own gl functions loading, and glx example
Diffstat (limited to 'prge.h')
-rw-r--r--prge.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/prge.h b/prge.h
deleted file mode 100644
index d9c664b..0000000
--- a/prge.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef PRGE_H
-#define PRGE_H
-
-#include "prb.h"
-
-#include "types.h"
-#include "input.h"
-#include "texture.h"
-#include "shader.h"
-#include "model.h"
-#include "phys.h"
-#include "camera.h"
-#include "audio.h"
-#include "ctx.h"
-#include "draw.h"
-#include "gui.h"
-
-#endif /* PRGE_H */