@@ -5,10 +5,8 @@
#pragma once
-#include "config.h"
-#include <cstddef>
+#include <stddef.h> // NULL
#include <stdint.h>
-#include <stdio.h>
namespace crown
{
@@ -5,6 +5,7 @@
+#include "config.h"
#include "types.h"
#include "input_types.h"
#include "id_array.h"
#include "pool_allocator.h"
#include "physics_types.h"
@@ -3,6 +3,7 @@
* License: https://github.com/taylor001/crown/blob/master/LICENSE
*/
#include "math_types.h"
#include "container_types.h"