1
0
Fork 0
Commit graph

6 commits

Author SHA1 Message Date
e10daeaaa6
Move everything from global namespace to "sp" namespace
When writing the X11 (linux) implementation there was a problem with X11 defining a "Display" type and we also have a Display class in the engine.

So to fix that problem and minimize the risk for running into other name conflicts. We move everything from global namespace.
2019-09-30 19:10:17 +02:00
d1b613058d include/Spectre/Math/Vector2.inl: minor fix. 2019-05-31 16:26:22 +02:00
0c76494939 include/Spectre/Math/Vector2.inl: less than or equal operator should be written as "<=" not "=<" 2019-05-31 15:46:40 +02:00
e57f099a3c include/Spectre/Math/Vector2.inl: fixing stupid error in one of the scalar compare functions (forgot to use the vector object) 2018-02-27 21:18:16 +01:00
72ee3fbfde include/Spectre/Math/Vector2.inl: fixing some scalar functions that did not have the correct function definition. 2018-02-27 21:14:54 +01:00
edfc5298e1 Initial commit 2016-01-10 09:26:43 +01:00