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.c | |
| parent | 931a2240c024ba2b5c378b9eb42154ff5ba15471 (diff) | |
Renaming of screen files.
Diffstat (limited to 'src/base/proto.c')
| -rw-r--r-- | src/base/proto.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/base/proto.c b/src/base/proto.c index 606dd33..f927dfa 100644 --- a/src/base/proto.c +++ b/src/base/proto.c @@ -21,11 +21,11 @@ #include "serverSendMsg.h" #ifndef PUBLIC_SERVER -# include "screen_world.h" -# include "screen_setting.h" -# include "screen_choiceArena.h" -# include "screen_analyze.h" -# include "screen_downArena.h" +# include "world.h" +# include "setting.h" +# include "choiceArena.h" +# include "analyze.h" +# include "downArena.h" # include "client.h" # include "term.h" # include "radar.h" |