rnd-20090623-1-src
[rocksndiamonds.git] / src / game_sp / vb_vars.c
1 // ----------------------------------------------------------------------------
2 // vb_vars.c
3 // ----------------------------------------------------------------------------
4
5 #include "vb_types.h"
6 #include "vb_defs.h"
7 #include "vb_vars.h"
8 #include "vb_lib.h"
9
10 vb_App App;
11 vb_Err Err;
12 MainFormObject MainForm;
13 lblFrameCountObject lblFrameCount;
14 cmbFileObject cmbFile;
15 shpProgressObject shpProgress;