]> git.jsancho.org Git - lugaru.git/blobdiff - Source/WinDefs.h
Stopped using Account pointers, and removed general difficulty setting (difficulty...
[lugaru.git] / Source / WinDefs.h
index 94b9da098ba275d10f847d990a484abec80244b6..32c7945f8068104280683648ec8324f55ef1fba3 100644 (file)
@@ -1,5 +1,6 @@
 /*
 Copyright (C) 2003, 2010 - Wolfire Games
+Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file)
 
 This file is part of Lugaru.
 
@@ -72,23 +73,6 @@ enum {
 
 Duration AbsoluteDeltaToDuration( AbsoluteTime& a, AbsoluteTime& b);
 
-
-/*
-inline bool isnormal( double x)
-{
-    int ret = _fpclass( x);
-    return (ret == _FPCLASS_NN || ret == _FPCLASS_PN);
-}
-*/
-
-
-// fix file names to use '/' instead of ':'
-char* ConvertFileName( const char* orgfilename);
-char* ConvertFileName( const char* orgfilename, const char* junk);
-
-
-#define fopen(a, b) fopen(ConvertFileName(a), b);
-
 #ifndef __MINGW32__
 inline float abs(float f)
 {