snowkit / linc_sdl

http://snowkit.github.io/linc/ Haxe/hxcpp @:native bindings for SDL
Other
30 stars 15 forks source link

Changes to use cpp.RawPointer instead of cpp.Pointer #11

Closed PDeveloper closed 8 years ago

PDeveloper commented 8 years ago

Recent changes to cpp.Pointer requires complete types, which are unavailable for SDL_Window and SDL_Renderer.

Resolves snowkit/linc_sdl#8 Resolves HaxeFoundation/hxcpp#432

PDeveloper commented 8 years ago

Rewind. Looks like my hxcpp issue was relevant, and no changes will be required.