irrlicht/source
cutealien 54f5ac4982 Remove 'register' keyword in all c++ code.
It's never really done much in c++, was deprecated in c++11 and is reserved since c++17.
Thanks @Maksym Hamarnyk for remdinding me about this.
Note: there are few more register commands in third library .c code. It's still a valid keyword there.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6130 dfc29bdd-3216-0410-991c-e03cc46cb475
2020-06-21 11:38:31 +00:00
..
Irrlicht Remove 'register' keyword in all c++ code. 2020-06-21 11:38:31 +00:00
source.txt Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00