- Timestamp:
- 07/24/11 13:41:06 (13 years ago)
- Location:
- ps/trunk/source
- Files:
-
- 2 edited
-
maths/Noise.cpp (modified) (1 diff)
-
scriptinterface/ScriptInterface.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ps/trunk/source/maths/Noise.cpp
r7404 r9905 27 27 #include "Noise.h" 28 28 #include <cmath> 29 #include <boost/random .hpp>29 #include <boost/random/mersenne_twister.hpp> 30 30 31 31 namespace -
ps/trunk/source/scriptinterface/ScriptInterface.h
r9699 r9905 32 32 #include "ps/utf16string.h" 33 33 34 #include <boost/random/linear_congruential.hpp> 35 34 36 class AutoGCRooter; 35 36 namespace boost { class rand48; }37 37 38 38 // Set the maximum number of function arguments that can be handled
Note:
See TracChangeset
for help on using the changeset viewer.
