diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-07-14 07:55:57 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-07-14 07:55:57 +0000 |
commit | 5b650d2d0c96545c5a276a1b819d0f5baebf8204 (patch) | |
tree | e3e4a43ea242d1d1f771c7ba251f47ac7f0db296 /src/serializer.h | |
parent | f0f38e0f164b7e8b9132665407445d93f33be7ad (diff) | |
download | libbu++-5b650d2d0c96545c5a276a1b819d0f5baebf8204.tar.gz libbu++-5b650d2d0c96545c5a276a1b819d0f5baebf8204.tar.bz2 libbu++-5b650d2d0c96545c5a276a1b819d0f5baebf8204.tar.xz libbu++-5b650d2d0c96545c5a276a1b819d0f5baebf8204.zip |
Changed some stuff, not sure what all, minor stuff.
Diffstat (limited to 'src/serializer.h')
-rw-r--r-- | src/serializer.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/serializer.h b/src/serializer.h index 274d8de..334c3c7 100644 --- a/src/serializer.h +++ b/src/serializer.h | |||
@@ -12,6 +12,12 @@ private: | |||
12 | bool bLoading; | 12 | bool bLoading; |
13 | public: | 13 | public: |
14 | bool isLoading(); | 14 | bool isLoading(); |
15 | |||
16 | enum | ||
17 | { | ||
18 | load = true, | ||
19 | save = false | ||
20 | }; | ||
15 | 21 | ||
16 | Serializer(bool bLoading); | 22 | Serializer(bool bLoading); |
17 | virtual ~Serializer(); | 23 | virtual ~Serializer(); |