diff options
| author | realtradam <[email protected]> | 2022-02-05 02:50:11 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-02-05 02:50:11 -0500 |
| commit | dab2484365ef384a88a0f43e979c1d840318711d (patch) | |
| tree | a25fee7e03341c63e6cfc704dbd6925df06c08cb /include/raylib | |
| parent | 1efc0942ebc13c9bb7eddeb38be150a1b11ab49b (diff) | |
| download | mruby-raylib-dab2484365ef384a88a0f43e979c1d840318711d.tar.gz mruby-raylib-dab2484365ef384a88a0f43e979c1d840318711d.zip | |
doesnt work pepehands
Diffstat (limited to 'include/raylib')
| -rw-r--r-- | include/raylib/core.h | 5 |
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 */ |
