14 lines
293 B
C
14 lines
293 B
C
|
/*
|
||
|
* Copyright 2014 Haiku, Inc. All rights reserved.
|
||
|
* Distributed under the terms of the MIT License.
|
||
|
*
|
||
|
* Authors:
|
||
|
* Puck Meerburg, puck@puckipedia.nl
|
||
|
*/
|
||
|
#ifndef SCREEN_SAVER_SHARED_H
|
||
|
#define SCREEN_SAVER_SHARED_H
|
||
|
|
||
|
const uint32 kMsgTestSaver = 'TEST';
|
||
|
|
||
|
#endif // SCREEN_SAVER_SHARED_H
|