kevinw / raylib-odin

Odin bindings for the raylib gamedev library
The Unlicense
36 stars 3 forks source link

Bindings create issues because of a proc being called the same on each #3

Open Skytrias opened 5 years ago

Skytrias commented 5 years ago

get_function_pointers is called the same way in each bindings, causing issues when importing all via using where only one of the same proc names can exist