aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-05-17 09:00:15 +0200
committerlonkaars <loek@pipeframe.xyz>2024-05-17 09:00:15 +0200
commitb26c977ff0292c81c29ff007b171c9727e620cb4 (patch)
tree72ab9e68ccce3edbcb177411d4111024d77ebde3
parentaa9601e577e5ce7ac02f28b0a6f2d5dffc901c5f (diff)
remove config.h
-rw-r--r--config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/config.h b/config.h
deleted file mode 100644
index 5f0a76a..0000000
--- a/config.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// glsl doesn't support #pragma once
-#ifndef _CONFIG_H
-#define _CONFIG_H
-
-#define WIDTH 800
-#define HEIGHT 600
-
-#endif