OpenClonk
C4AppWin32Impl.h
Go to the documentation of this file.
1 /*
2  * OpenClonk, http://www.openclonk.org
3  *
4  * Copyright (c) 1998-2000, Matthes Bender
5  * Copyright (c) 2001-2009, RedWolf Design GmbH, http://www.clonk.de/
6  * Copyright (c) 2013-2016, The OpenClonk Team and contributors
7  *
8  * Distributed under the terms of the ISC license; see accompanying file
9  * "COPYING" for details.
10  *
11  * "Clonk" is a registered trademark of Matthes Bender, used with permission.
12  * See accompanying file "TRADEMARK" for details.
13  *
14  * To redistribute this file separately, substitute the full license texts
15  * for the above references.
16  */
17 
18 /* Custom windows messages */
19 
20 #ifndef INC_C4UserMessages
21 #define INC_C4UserMessages
22 
23 #define WM_USER_RELOADFILE (WM_USER+8)
24 #define WM_USER_DROPDEF (WM_USER+10)
25 #define WM_USER_LOG (WM_USER+11)
26 
27 #endif