Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-libraries
Commits
22da7190
Commit
22da7190
authored
Apr 11, 2000
by
Mike Wiering
Browse files
Improved 256 color support
parent
296f7146
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/ObjectIO/ObjectIO/OS Windows/Windows_C_12/cGameLib_12.h
View file @
22da7190
...
...
@@ -4,7 +4,7 @@
/* Clean Game Library by Mike Wiering, Nijmegen */
#include
"cOSGameLib
_12
.h"
/* OS specific functions */
#include
"cOSGameLib.h"
/* OS specific functions */
/* Nothing value for integer, used with Maybe values */
...
...
@@ -49,6 +49,7 @@
/* game keys */
#define GK_UNKNOWN 0
#define GK_BACKSPACE 8
#define GK_RETURN 10
#define GK_ESCAPE 11
#define GK_LEFT 12
...
...
@@ -76,7 +77,7 @@
#define GK_MAX_KEY 255
/* functions called from cCrossCall
_12
*/
/* functions called from cCrossCall */
void
InitGameGlobals
();
void
RunGame
();
void
PlaySoundSample
(
int
,
int
,
int
,
int
,
int
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment