From dab2484365ef384a88a0f43e979c1d840318711d Mon Sep 17 00:00:00 2001 From: realtradam Date: Sat, 5 Feb 2022 02:50:11 -0500 Subject: doesnt work pepehands --- include/raylib/core.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') 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 #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 */ -- cgit v1.2.3