Changeset 494 for abuse/trunk/src/sdlport/setup.h
- Timestamp:
- Apr 17, 2011, 11:56:44 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/sdlport/setup.h
r56 r494 2 2 * Abuse - dark 2D side-scrolling platform game 3 3 * Copyright (c) 1995 Crack dot Com 4 * Copyright (c) 2005-2011 Sam Hocevar <sam@hocevar.net> 4 5 * 5 6 * This software was released into the Public Domain. As with most public … … 13 14 struct flags_struct 14 15 { 15 16 17 18 19 20 21 22 23 24 25 16 short fullscreen; 17 short doublebuf; 18 short mono; 19 short nosound; 20 short grabmouse; 21 short nosdlparachute; 22 short xres; 23 short yres; 24 short overlay; 25 short gl; 26 int antialias; 26 27 }; 27 28 28 29 struct keys_struct 29 30 { 30 31 32 33 34 35 36 37 31 int left; 32 int right; 33 int up; 34 int down; 35 int b1; 36 int b2; 37 int b3; 38 int b4; 38 39 }; 39 40
Note: See TracChangeset
for help on using the changeset viewer.