summaryrefslogtreecommitdiffhomepage
path: root/include/raylib/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/raylib/core.h')
-rw-r--r--include/raylib/core.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/raylib/core.h b/include/raylib/core.h
index 4d27650..8ba03ca 100644
--- a/include/raylib/core.h
+++ b/include/raylib/core.h
@@ -9,6 +9,11 @@
#include <emscripten/emscripten.h>
#endif
+
+static const struct mrb_data_type Color_type = {
+ "Color", mrb_free
+};
+
void mrb_init_raylib_core(mrb_state*);
#endif /* end of include guard MRUBY_RAYLIB_CORE_H */