inanevin / LinaEngine

Lina Engine is an open-source , modular, tiny and fast C++ game engine, aimed to develop 3D desktop games.
MIT License
843 stars 50 forks source link

Reduce the use of macros #77

Closed C-BJ closed 2 years ago

C-BJ commented 2 years ago

Macros really reduces the readability of the program. I will also work on this issue

Compilation errors in release mode, which take me so long to debug because of abusive macros

Related discussion: https://github.com/inanevin/LinaEngine/discussions/65

inanevin commented 2 years ago

Closed for further talk in the discussions.