Files @ r2760:b021dc87dfb7
Branch filter:

Location: cpp/openttd-patchpack/source/win32.h

truelight
(svn r3305) -Rename: Changed all instances of ottd_ related to the AI to ttai_
/* $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 */