Added NOMINMAX to stop confusion with windows.h

pull/5/head
Javidx9 7 years ago committed by GitHub
parent 94079a415f
commit 8e2fda5bea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      OneLoneCoder_PGE_Balls2.cpp

@ -59,7 +59,7 @@ Part #2 https://youtu.be/ebq7L2Wtbl4
Author
~~~~~~
David Barr, aka javidx9, ©OneLoneCoder 2018
David Barr, aka javidx9, ©OneLoneCoder 2018
*/
@ -68,6 +68,7 @@ David Barr, aka javidx9,
#include <algorithm>
using namespace std;
#define NOMINMAX
#include "olcPixelGameEngine.h"
struct sBall

Loading…
Cancel
Save