Changeset 56 for abuse/trunk/src/old.nfclient.cpp
- Timestamp:
- Mar 2, 2008, 3:03:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/old.nfclient.cpp
r17 r56 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" 11 12 #include <sys/types.h> 13 #include <fcntl.h> 14 #include <unistd.h> 15 1 16 #include "specs.hpp" 2 17 #include "nfserver.hpp" … … 4 19 #include "crc.hpp" 5 20 #include "cache.hpp" 6 #include <sys/types.h>7 #include <fcntl.h>8 #include <unistd.h>9 21 10 22 class nfs_file : public bFILE
Note: See TracChangeset
for help on using the changeset viewer.