Changeset 56 for abuse/trunk/src/lisp.cpp
- Timestamp:
- Mar 2, 2008, 3:03:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/lisp.cpp
r43 r56 1 #define TYPE_CHECKING 1 2 #include "bus_type.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 */ 9 10 #include "config.h" 3 11 4 12 #include <stdio.h> … … 7 15 #include <string.h> 8 16 #include <stdarg.h> 17 18 #define TYPE_CHECKING 1 19 #include "bus_type.hpp" 9 20 10 21 #include "lisp.hpp"
Note: See TracChangeset
for help on using the changeset viewer.