X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=ABM2%2Fmain.cpp;h=7348a15fa1545965c41d68edc2beb71bdea65c6d;hb=357a451150c18b27f99cecd5f9d13be1ae5a9fdf;hp=1b136b120a345f89c062e9ea5326cc7e698a6128;hpb=0835c5605c80efd286ccb7eff92fffc07689f359;p=matthijs%2FABM2.git diff --git a/ABM2/main.cpp b/ABM2/main.cpp index 1b136b1..7348a15 100755 --- a/ABM2/main.cpp +++ b/ABM2/main.cpp @@ -1,23 +1,32 @@ // include the basic windows header files and the Direct3D header file +#ifdef WIN32 #include #include +#endif + +//#ifndef WIN32 + /* HACKS */ +#define max(a,b) (a>b?a:b) +#define min(a,b) (a