mirror of
https://review.haiku-os.org/haiku
synced 2025-02-06 05:50:48 +01:00
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
|