summaryrefslogtreecommitdiff
path: root/src/rendering.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rendering.cc')
-rw-r--r--src/rendering.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rendering.cc b/src/rendering.cc
new file mode 100644
index 0000000..b26106f
--- /dev/null
+++ b/src/rendering.cc
@@ -0,0 +1,5 @@
+#include "rendering.h"
+
+bool atlas_init(atlas_t* atlas, u32 width, u32 height) {}
+
+void atlas_deinit(atlas_t* atlas) {}