Changeset 64 for cpp/gdk/nonstd.h
- Timestamp:
- 01/28/11 23:29:40 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/gdk/nonstd.h
r5 r64 1 // This file is a part of Framsticks GDK library.2 // Copyright (C) 2002-2006 Szymon Ulatowski. See LICENSE.txt for details.3 // Refer to http://www.frams.alife.pl/ for further information.4 5 1 //Define rnd01, rnd0N, and randomN so that they 6 2 //work in your C++ environment. … … 96 92 #endif 97 93 94 #ifdef DEFINE_STRICMP_AS_STRCASECMP 95 #define stricmp(a,b) strcasecmp(a,b) 98 96 #endif 97 98 #endif
Note: See TracChangeset
for help on using the changeset viewer.