Fix some MaxMain compile failures introduced by Hoikas' recent cleanup
@ -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"
@ -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);