rnd-20090724-1-src
[rocksndiamonds.git] / src / game_sp / main.c
1
2 #include "main_sp.h"
3 #include "global.h"
4
5
6 void InitGameEngine_SP()
7 {
8 #if 0
9   menPlay_Click();
10 #else
11   menPlayDemo_Click();
12 #endif
13 }
14
15 void BlitScreenToBitmap_SP(Bitmap *target_bitmap)
16 {
17   BlitBitmap(screenBitmap, target_bitmap, 15 * 32, 7 * 32,
18              SCR_FIELDX * TILEX, SCR_FIELDY * TILEY, SX, SY);
19 }
20
21 void GameActions_SP(byte action[MAX_PLAYERS], boolean warp_mode)
22 {
23 }