diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2006-07-27 17:20:22 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2006-07-27 17:20:22 +0000 |
commit | d0b6b3d1c96e437d12410703a8e530decd0b028f (patch) | |
tree | f3568279aa6c31594f525f061efc6eda08278635 /src/utils/singleton.h | |
parent | 285b40d1cb768e235aed894f4704e1013cb054ea (diff) | |
download | manaserv-d0b6b3d1c96e437d12410703a8e530decd0b028f.tar.gz manaserv-d0b6b3d1c96e437d12410703a8e530decd0b028f.tar.bz2 manaserv-d0b6b3d1c96e437d12410703a8e530decd0b028f.tar.xz manaserv-d0b6b3d1c96e437d12410703a8e530decd0b028f.zip |
First step toward a restructured class hierarchy for world actors: add
MovingObject and Player classes.
Diffstat (limited to 'src/utils/singleton.h')
-rw-r--r-- | src/utils/singleton.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/utils/singleton.h b/src/utils/singleton.h index 4b3589f3..92f6bebe 100644 --- a/src/utils/singleton.h +++ b/src/utils/singleton.h @@ -24,9 +24,6 @@ #ifndef _TMWSERV_SINGLETON_H_ #define _TMWSERV_SINGLETON_H_ - -namespace tmwserv -{ namespace utils { @@ -90,7 +87,5 @@ class Singleton } // namespace utils -} // namespace tmwserv - #endif // _TMWSERV_SINGLETON_H_ |