2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 10:37:41 -04:00

Convert hsConfig defines to cmake -- fixes #93

This commit is contained in:
2012-01-21 17:15:35 -05:00
parent 4bb94f34b8
commit 2f53a10fb6
42 changed files with 64 additions and 186 deletions

View File

@ -42,7 +42,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "HeadSpin.h"
#include "max.h"
#include "resource.h"
#include "hsConfig.h"
#include <map>
#include "hsResMgr.h"
#include "MaxMain/plPlasmaRefMsgs.h"

View File

@ -42,7 +42,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#ifndef PLMAXANIMUTILS_H
#define PLMAXANIMUTILS_H
#include "hsConfig.h"
#include <map>
#include <vector>
#include "hsStlSortUtils.h"

View File

@ -42,7 +42,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#ifndef plPickNode_h_inc
#define plPickNode_h_inc
#include "hsConfig.h"
#include "max.h"
#include <vector>

View File

@ -42,7 +42,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#ifndef plResponderCmd_h_inc
#define plResponderCmd_h_inc
#include "hsConfig.h"
#include <vector>
#include <string>
#include "pnKeyedObject/plKey.h"