blob: 4963ccbffb8398f8daab23945f14cb270c1e7092 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef __startup_h
#define __startup_h
extern guint32 *startup_stack_order;
extern guint startup_stack_size;
extern guint32 startup_active;
extern guint32 startup_desktop;
void startup_save();
#endif
|