diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2012-01-04 00:06:07 -0700 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2012-01-04 00:06:07 -0700 |
| commit | d8f0276ec9d3b538a5ef8918a3072e3528a480d5 (patch) | |
| tree | 41c8cb65f07053e6a0a4d15a0b0a5f5e1c56bb33 /src/gamebuilder.h | |
| parent | 3a0f68b527cc85bd9847127085415739af784eca (diff) | |
| download | stage-d8f0276ec9d3b538a5ef8918a3072e3528a480d5.tar.gz stage-d8f0276ec9d3b538a5ef8918a3072e3528a480d5.tar.bz2 stage-d8f0276ec9d3b538a5ef8918a3072e3528a480d5.tar.xz stage-d8f0276ec9d3b538a5ef8918a3072e3528a480d5.zip | |
Parse moved to GameBuilder.
Diffstat (limited to 'src/gamebuilder.h')
| -rw-r--r-- | src/gamebuilder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gamebuilder.h b/src/gamebuilder.h index b1e4d49..f3e3a1f 100644 --- a/src/gamebuilder.h +++ b/src/gamebuilder.h | |||
| @@ -13,6 +13,8 @@ public: | |||
| 13 | GameBuilder(); | 13 | GameBuilder(); |
| 14 | virtual ~GameBuilder(); | 14 | virtual ~GameBuilder(); |
| 15 | 15 | ||
| 16 | void parse( const Bu::String &sFile ); | ||
| 17 | |||
| 16 | class Game *getGame() { return pGame; } | 18 | class Game *getGame() { return pGame; } |
| 17 | 19 | ||
| 18 | void setLiteral( const Variable &v ); | 20 | void setLiteral( const Variable &v ); |
