win32.h
author celestar
Fri, 28 Apr 2006 07:51:32 +0000
branch0.4
changeset 9971 1ee3bab0fd2a
parent 9959 984493ab6fff
permissions -rw-r--r--
(svn r4607) -Backported r4389 from trunk:
-Fix: [NPF] Don't mark tiles when debugging in multiplayer, this will cause desyncs
/* $Id$ */

#ifndef WIN32_H
#define WIN32_H

bool MyShowCursor(bool show);

typedef void (*Function)(int);
bool LoadLibraryList(Function proc[], const char* dll);

#endif /* WIN32_H */