diff options
author | John Fultz <jfultz@wolfram.com> | 2016-07-03 03:07:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-03 03:07:52 -0500 |
commit | 50c4a8cd619d0da78a1a4012d2f688dea4c7ec27 (patch) | |
tree | a40498693dc3b56005c96c35c7c38aa816782662 /quackleio/gcgio.h | |
parent | da2f20720facda706be06b5813ab20057d5b4de9 (diff) | |
parent | 147b22ae1225863cac9f07b3906415713afdcf02 (diff) |
Merge pull request #35 from gokceneraslan/master
Generate Python, Lua and Go bindings through SWIG
Diffstat (limited to 'quackleio/gcgio.h')
-rw-r--r-- | quackleio/gcgio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quackleio/gcgio.h b/quackleio/gcgio.h index 477f84f..a219c9f 100644 --- a/quackleio/gcgio.h +++ b/quackleio/gcgio.h @@ -30,6 +30,7 @@ public: GCGIO(); ~GCGIO() {}; + virtual Quackle::Game *read(const QString &filename, int flags); virtual Quackle::Game *read(QTextStream &stream, int flags); virtual bool canRead(QTextStream &stream) const; virtual void write(const Quackle::Game &game, QTextStream &stream); |