haiku/src/servers/app/proto6/Globals.h
shatty dece452ee7 fixed newline at end of file.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1222 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-28 01:48:03 +00:00

8 lines
115 B
C

#ifndef _SERVER_GLOBALS_H_
#define _SERVER_GLOBALS_H_
#include <List.h>
BList *gBitmaplist, *gLayerlist;
#endif