openclonk/src/platform/C4AppWin32Impl.h

28 lines
795 B
C

/*
* OpenClonk, http://www.openclonk.org
*
* Copyright (c) 1998-2000, Matthes Bender
* Copyright (c) 2001-2009, RedWolf Design GmbH, http://www.clonk.de/
* Copyright (c) 2013-2016, The OpenClonk Team and contributors
*
* Distributed under the terms of the ISC license; see accompanying file
* "COPYING" for details.
*
* "Clonk" is a registered trademark of Matthes Bender, used with permission.
* See accompanying file "TRADEMARK" for details.
*
* To redistribute this file separately, substitute the full license texts
* for the above references.
*/
/* Custom windows messages */
#ifndef INC_C4UserMessages
#define INC_C4UserMessages
#define WM_USER_RELOADFILE (WM_USER+8)
#define WM_USER_DROPDEF (WM_USER+10)
#define WM_USER_LOG (WM_USER+11)
#endif