use rb_data_type_t instead rb_data_type_struct
For some reason the struct tag and typedef name differ and nobody uses rb_data_type_struct.
This commit is contained in:
parent
6d414c0777
commit
0203e28436
4 changed files with 9 additions and 9 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "binding-types.h"
|
||||
|
||||
DEF_TYPE(TilemapVX);
|
||||
rb_data_type_struct BitmapArrayType;
|
||||
rb_data_type_t BitmapArrayType;
|
||||
|
||||
RB_METHOD(tilemapVXInitialize)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue