src/scene.c

changeset 106
895f92cff6b8
parent 105
2b7f92ff2c15
child 108
d619bf7dd87b
--- a/src/scene.c	Sat May 03 13:49:24 2025 +0200
+++ b/src/scene.c	Sat May 03 14:30:56 2025 +0200
@@ -25,10 +25,10 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "ascension/error.h"
+#include "ascension/context.h"
 #include "ascension/scene.h"
-
-#include "ascension/context.h"
-
+#include "ascension/shader.h"
 #include "ascension/2d.h"
 
 #include <cx/tree.h>

mercurial