From f572573c195a41b4c3aa47b1c5f6c0dc9213b17a Mon Sep 17 00:00:00 2001 From: realtradam Date: Sun, 6 Feb 2022 05:42:14 -0500 Subject: working structs across files and new macros for struct wrapping --- src/core.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core.c') diff --git a/src/core.c b/src/core.c index 482b1de..66674f3 100644 --- a/src/core.c +++ b/src/core.c @@ -1,5 +1,10 @@ #include "raylib/core.h" +const struct mrb_data_type Color_type = { + "Color", mrb_free +}; + + /* * @overload init_window(width: 800, height: 600, title: "Hello World from Raylib!") * @param width [Integer] -- cgit v1.2.3