diff options
| author | realtradam <[email protected]> | 2022-02-04 01:06:43 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-02-04 01:06:43 -0500 |
| commit | 0c4da40c3e9589255d07cf4d4dc370575b202afa (patch) | |
| tree | 3f327aeee37fe3bcc4a624d4f8b15f6412b042cd /include/raylib | |
| parent | c2984380a21ed10aeb7eb030b5b88431a7dad204 (diff) | |
| download | mruby-raylib-0c4da40c3e9589255d07cf4d4dc370575b202afa.tar.gz mruby-raylib-0c4da40c3e9589255d07cf4d4dc370575b202afa.zip | |
testing yard stuff
Diffstat (limited to 'include/raylib')
| -rw-r--r-- | include/raylib/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/raylib/core.h b/include/raylib/core.h index b327cec..4d27650 100644 --- a/include/raylib/core.h +++ b/include/raylib/core.h @@ -9,7 +9,7 @@ #include <emscripten/emscripten.h> #endif -void mrb_raylib_core_init(mrb_state*); +void mrb_init_raylib_core(mrb_state*); #endif /* end of include guard MRUBY_RAYLIB_CORE_H */ |
