Changeset 56 for abuse/trunk/src/endgame.cpp
- Timestamp:
- Mar 2, 2008, 3:03:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/endgame.cpp
r39 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 <math.h> 13 1 14 #include "menu.hpp" 2 15 #include "lisp.hpp" … … 13 26 #include "jrand.hpp" 14 27 #include "director.hpp" 15 #include <math.h>16 28 #include "lisp_gc.hpp" 17 29
Note: See TracChangeset
for help on using the changeset viewer.