Changeset 56 for abuse/trunk/src/net/undrv.cpp
- Timestamp:
- Mar 2, 2008, 3:03:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/net/undrv.cpp
r2 r56 1 #include "indian.hpp" 2 #include "undrv.hpp" 3 #include "../include/netface.hpp" // net interface structures to the engine will use 4 5 #include "../include/netface.hpp" 6 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 */ 9 10 #include "config.h" 7 11 8 12 #include <stdio.h> … … 23 27 #include <netdb.h> 24 28 29 #include "indian.hpp" 30 #include "undrv.hpp" 31 #include "../include/netface.hpp" // net interface structures to the engine will use 32 33 #include "../include/netface.hpp" 34 25 35 //#include "netdrv.hpp" 26 36 #include "gserver.hpp"
Note: See TracChangeset
for help on using the changeset viewer.