Mercurial > mm7
annotate OSAPI.h @ 1493:9e9a12506d51
player detection partly working
author | zipi |
---|---|
date | Fri, 30 Aug 2013 22:23:54 +0100 |
parents | eb02a65e5c82 |
children | c4ab816fcc5e |
rev | line source |
---|---|
0 | 1 #define WIN32_LEAN_AND_MEAN |
1397 | 2 #include <assert.h> |
0 | 3 #include <windows.h> |
4 | |
5 #include <MMSystem.h> | |
6 #pragma comment(lib, "winmm.lib") | |
7 | |
8 #undef DrawText | |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
0
diff
changeset
|
9 #undef PlaySound |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
0
diff
changeset
|
10 #undef Polygon |