casssoft / imgui_lua_bindings

Function bindings for ImGui in lua
153 stars 27 forks source link

Use .inl for included (inline) files #2

Closed idbrii closed 6 years ago

idbrii commented 7 years ago

Use .inl for included files to indicate that they are for inline use and may not be valid C++ (this one is not). If a build system is setup to auto-include any cpp, then it would choke on imgui_iterator but now it will not.

casssoft commented 7 years ago

Ahh thank you! Will review and merge! I appreciate the effort to merge back!