forked from Hartmut/paradiso
small update for and credits
This commit is contained in:
parent
7bd011429b
commit
227d4a8648
2 changed files with 6 additions and 0 deletions
|
@ -23,3 +23,6 @@ ParadiSO comes with batteries included. However, it should be mentioned here:
|
||||||
* [GLFW 3.3.8](https://github.com/glfw/glfw)
|
* [GLFW 3.3.8](https://github.com/glfw/glfw)
|
||||||
* [GLAD](https://github.com/Dav1dde/glad)
|
* [GLAD](https://github.com/Dav1dde/glad)
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
|
||||||
|
* [TimePlex](https://code.technotecture.net/Timeplex)
|
|
@ -33,7 +33,10 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|
||||||
|
#if defined(_WIN32)
|
||||||
#undef max
|
#undef max
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace paradiso {
|
namespace paradiso {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue