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
|
@ -28,7 +28,7 @@
|
|||
#include "binding-util.h"
|
||||
#include "binding-types.h"
|
||||
|
||||
rb_data_type_struct TilemapAutotilesType;
|
||||
rb_data_type_t TilemapAutotilesType;
|
||||
|
||||
RB_METHOD(tilemapAutotilesSet)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue