small update for and credits

This commit is contained in:
Hartmut Seichter 2023-07-03 19:54:43 +02:00
parent 7bd011429b
commit 227d4a8648
2 changed files with 6 additions and 0 deletions

View file

@ -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)

View file

@ -33,7 +33,10 @@
#include <iostream> #include <iostream>
#include <vector> #include <vector>
#if defined(_WIN32)
#undef max #undef max
#endif
namespace paradiso { namespace paradiso {