diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-12 18:18:04 +0100 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-12 18:18:04 +0100 |
| commit | ddec3945554d2245e048bc11240f9369b76a255c (patch) | |
| tree | 7f406fee6d5f3a1f02ccee2c41ea2f04357ff159 /src/base/proto.h | |
| parent | 931a2240c024ba2b5c378b9eb42154ff5ba15471 (diff) | |
Renaming of screen files.
Diffstat (limited to 'src/base/proto.h')
| -rw-r--r-- | src/base/proto.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/base/proto.h b/src/base/proto.h index 590317b..8cd7568 100644 --- a/src/base/proto.h +++ b/src/base/proto.h @@ -18,9 +18,9 @@ # include "net_multiplayer.h" # ifndef PUBLIC_SERVER -# include "screen_world.h" -# include "screen_setting.h" -# include "screen_choiceArena.h" +# include "world.h" +# include "setting.h" +# include "choiceArena.h" # include "client.h" # endif |