summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-02-05 02:50:11 -0500
committerrealtradam <[email protected]>2022-02-05 02:50:11 -0500
commitdab2484365ef384a88a0f43e979c1d840318711d (patch)
treea25fee7e03341c63e6cfc704dbd6925df06c08cb /include
parent1efc0942ebc13c9bb7eddeb38be150a1b11ab49b (diff)
downloadmruby-raylib-dab2484365ef384a88a0f43e979c1d840318711d.tar.gz
mruby-raylib-dab2484365ef384a88a0f43e979c1d840318711d.zip
doesnt work pepehands
Diffstat (limited to 'include')
-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 */