diff engine/core/vfs/raw/rawdata.i @ 394:5bb52a43f48b

Fixed a small issue when building with scons on windows. If you have another version of mingw in PATH it would use that one instead. Also updated the a couple SWIG interfaces to handle simple output parameters as described in ticket 340.
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Tue, 26 Jan 2010 16:53:51 +0000
parents 90005975cdbb
children
line wrap: on
line diff
--- a/engine/core/vfs/raw/rawdata.i	Sun Jan 24 16:52:40 2010 +0000
+++ b/engine/core/vfs/raw/rawdata.i	Tue Jan 26 16:53:51 2010 +0000
@@ -28,6 +28,8 @@
 
 namespace FIFE {
 	%apply std::string &OUTPUT { std::string& outbuffer };
+	%apply uint8_t *OUTPUT { uint8_t* buffer };
+	
 	class RawData {
 		public:
 			RawData(RawDataSource* datasource);