Mercurial > fife-parpg
comparison 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 |
comparison
equal
deleted
inserted
replaced
393:d819a70949d2 | 394:5bb52a43f48b |
---|---|
26 | 26 |
27 %include "vfs/raw/rawdatasource.h" | 27 %include "vfs/raw/rawdatasource.h" |
28 | 28 |
29 namespace FIFE { | 29 namespace FIFE { |
30 %apply std::string &OUTPUT { std::string& outbuffer }; | 30 %apply std::string &OUTPUT { std::string& outbuffer }; |
31 %apply uint8_t *OUTPUT { uint8_t* buffer }; | |
32 | |
31 class RawData { | 33 class RawData { |
32 public: | 34 public: |
33 RawData(RawDataSource* datasource); | 35 RawData(RawDataSource* datasource); |
34 virtual ~RawData(); | 36 virtual ~RawData(); |
35 | 37 |