1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-22 13:20:05 +00:00

Merge pull request #379 from zrax/maxmain_compile

Fix some MaxMain compile failures introduced by Hoikas' recent cleanup
This commit is contained in:
2014-01-09 19:06:50 -08:00
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plMaxNode.h"
#include <guplib.h>
#include <notify.h>
#pragma hdrstop
#include "GlobalUtility.h"

View File

@ -50,6 +50,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
class ActionCallback;
struct ActionDescription;
struct NotifyInfo;
typedef bool(*ActionCallbackFunc)(int);