dece452ee7
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1222 a95241bf-73f2-0310-859d-f6bbb57e9c96
8 lines
115 B
C
8 lines
115 B
C
#ifndef _SERVER_GLOBALS_H_
|
|
#define _SERVER_GLOBALS_H_
|
|
|
|
#include <List.h>
|
|
BList *gBitmaplist, *gLayerlist;
|
|
|
|
#endif
|