Changeset 56 for abuse/trunk/src/imlib/gifread.cpp
- Timestamp:
- Mar 2, 2008, 3:03:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/gifread.cpp
r40 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 #include <string.h> 14 #include <stdio.h> 15 1 16 #include "gifread.hpp" 2 17 #include "palette.hpp" … … 7 22 #include "system.h" 8 23 #include "dos.h" 9 #include <math.h>10 #include <string.h>11 #include <stdio.h>12 24 #include "dir.h" 13 25 #include "macs.hpp"
Note: See TracChangeset
for help on using the changeset viewer.