Changeset 56 for abuse/trunk/src/net/gclient.cpp
- Timestamp:
- Mar 2, 2008, 3:03:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/net/gclient.cpp
r17 r56 1 #include "netcfg.hpp" 2 #include "gclient.hpp" 3 #include "netface.hpp" 4 #include "undrv.hpp" 5 #include "timing.hpp" 1 /* 2 * Abuse - dark 2D side-scrolling platform game 3 * Copyright (c) 1995 Crack dot Com 4 * 5 * This software was released into the Public Domain. As with most public 6 * domain software, no warranty is made or implied by Crack dot Com or 7 * Jonathan Clark. 8 */ 6 9 10 #include "config.h" 7 11 8 12 #include <stdio.h> … … 14 18 #include <string.h> 15 19 #include <signal.h> 20 21 #include "netcfg.hpp" 22 #include "gclient.hpp" 23 #include "netface.hpp" 24 #include "undrv.hpp" 25 #include "timing.hpp" 16 26 17 27 extern base_memory_struct *base;
Note: See TracChangeset
for help on using the changeset viewer.