mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 10:37:41 -04:00
HeadSpin.h is now the core header.
Rearrange some things so such that low-level CoreLib headers aren't quite so crazy. For higher level stuff, you still need to include the appropriate header.
This commit is contained in:
@ -45,7 +45,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plAddDlgs.h"
|
||||
#include "plEditDlg.h"
|
||||
|
||||
#include "hsUtils.h"
|
||||
|
||||
#include "plResMgr/plLocalization.h"
|
||||
#include "pfLocalizationMgr/pfLocalizationDataMgr.h"
|
||||
|
||||
|
@ -43,10 +43,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef __plAddDlgs_h__
|
||||
#define __plAddDlgs_h__
|
||||
|
||||
#include "HeadSpin.h"
|
||||
#include <string>
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <WinSock2.h>
|
||||
#include <Windows.h>
|
||||
|
||||
class plAddElementDlg
|
||||
{
|
||||
|
@ -45,7 +45,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plLocTreeView.h"
|
||||
#include "plAddDlgs.h"
|
||||
|
||||
#include "hsUtils.h"
|
||||
|
||||
#include "pfLocalizationMgr/pfLocalizationDataMgr.h"
|
||||
|
||||
#include <map>
|
||||
|
@ -43,9 +43,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef _pfEditDlg_h
|
||||
#define _pfEditDlg_h
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <WinSock2.h>
|
||||
#include <Windows.h>
|
||||
#include "HeadSpin.h"
|
||||
#include <string>
|
||||
|
||||
// Little trick to show a wait cursor while something is working
|
||||
|
@ -42,9 +42,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plLocTreeView.h"
|
||||
#include "plEditDlg.h"
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <WinSock2.h>
|
||||
#include <Windows.h>
|
||||
#include "HeadSpin.h"
|
||||
#include <commctrl.h>
|
||||
#include <shlwapi.h>
|
||||
#include "res\resource.h"
|
||||
@ -52,7 +50,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
#include "hsUtils.h"
|
||||
|
||||
#include "pfLocalizationMgr/pfLocalizationDataMgr.h"
|
||||
|
||||
extern HINSTANCE gInstance;
|
||||
|
@ -42,9 +42,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef _plLocTreeView_h
|
||||
#define _plLocTreeView_h
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <WinSock2.h>
|
||||
#include <Windows.h>
|
||||
#include "HeadSpin.h"
|
||||
#include <string>
|
||||
|
||||
class plLocTreeView
|
||||
|
@ -64,9 +64,7 @@ REGISTER_CREATABLE(plInitialAgeStateLoadedMsg);
|
||||
#include "plLocTreeView.h"
|
||||
#include "plEditDlg.h"
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <WinSock2.h>
|
||||
#include <Windows.h>
|
||||
#include "HeadSpin.h"
|
||||
#include <Commdlg.h>
|
||||
#include <stdio.h>
|
||||
#include <commctrl.h>
|
||||
|
Reference in New Issue
Block a user