planetis-m / naylib

Yet another raylib Nim wrapper
MIT License
209 stars 11 forks source link

better fix for side effects #107

Closed lilkeet closed 5 months ago

lilkeet commented 5 months ago

fixes https://github.com/planetis-m/naylib/issues/105 with https://github.com/planetis-m/naylib/pull/106#issuecomment-2042321701 in mind. code generator now generates all funcs with the noSideEffect pragma and all procs with the sideEffect pragma.

planetis-m commented 5 months ago

excellent thank you