Changeset 44 for trunk/dep/include
- Timestamp:
- 11/19/08 13:27:40 (17 years ago)
- Location:
- trunk/dep/include
- Files:
-
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/dep/include/Makefile.am
r23 r44 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 3of the License, or7 # the Free Software Foundation; either version 2 of the License, or 8 8 # (at your option) any later version. 9 9 # -
trunk/dep/include/g3dlite/G3D/platform.h
r2 r44 193 193 // 194 194 195 #if 0 //ignore that for mangos195 #if 0 //ignore that for Trinity 196 196 // DLL runtime 197 197 #ifndef _DLL -
trunk/dep/include/mersennetwister/MersenneTwister.h
r2 r44 119 119 void save( uint32* saveArray ) const; // to array of size SAVE 120 120 void load( uint32 *const loadArray ); // from such array 121 /* Mangosnot use streams for random values output121 /* Trinity not use streams for random values output 122 122 friend std::ostream& operator<<( std::ostream& os, const MTRand& mtrand ); 123 123 friend std::istream& operator>>( std::istream& is, MTRand& mtrand ); … … 351 351 } 352 352 353 /* Mangosnot use streams for random values output353 /* Trinity not use streams for random values output 354 354 inline std::ostream& operator<<( std::ostream& os, const MTRand& mtrand ) 355 355 { -
trunk/dep/include/utf8cpp/utf8/core.h
r2 r44 31 31 #include <iterator> 32 32 33 // use MaNGOScore types33 // use Trinity core types 34 34 #include "Platform/Define.h" 35 35 … … 40 40 // These typedefs have the same names as ones from cstdint, or boost/cstdint 41 41 42 /* use MaNGOSalternatives42 /* use Trinity alternatives 43 43 typedef unsigned char uint8_t; 44 44 typedef unsigned short uint16_t;