Changeset 724 for abuse/branches/lol/src/imlib/image.h
- Timestamp:
- Sep 26, 2013, 5:28:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/branches/lol/src/imlib/image.h
r711 r724 2 2 * Abuse - dark 2D side-scrolling platform game 3 3 * Copyright (c) 1995 Crack dot Com 4 * Copyright (c) 2005-201 1Sam Hocevar <sam@hocevar.net>4 * Copyright (c) 2005-2013 Sam Hocevar <sam@hocevar.net> 5 5 * 6 6 * This software was released into the Public Domain. As with most public … … 13 13 14 14 #include <stdlib.h> 15 #include "palette.h" 16 #include "specs.h" 15 16 #include "imlib/palette.h" 17 #include "imlib/specs.h" 18 17 19 #define MAX_DIRTY 200 18 20
Note: See TracChangeset
for help on using the changeset viewer.