1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

Fix some MaxMain compile failures introduced by Hoikas' recent cleanup

This commit is contained in:
2014-01-09 18:55:43 -08:00
parent 8cedb69e9e
commit 853bcbd9d6
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);