WINTERMUTE: Even more formatting fixes.

This commit is contained in:
Einar Johan Trøan Sømåen 2013-01-24 20:23:52 +01:00
parent c239b868da
commit 454542eba1

View file

@ -36,7 +36,7 @@ class BasePersistenceManager;
// persistence support
typedef void *(*PERSISTBUILD)(void);
typedef bool(*PERSISTLOAD)(void *, BasePersistenceManager *);
typedef void (*SYS_INSTANCE_CALLBACK)(void *Instance, void *Data);
typedef void(*SYS_INSTANCE_CALLBACK)(void *instance, void *data);
} // end of namespace Wintermute
#include "engines/wintermute/system/sys_class_registry.h"