2
3
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:
2012-01-21 21:52:21 -05:00
parent 2f53a10fb6
commit be26b145df
675 changed files with 801 additions and 1000 deletions

View File

@ -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"

View File

@ -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
{

View File

@ -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>

View File

@ -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

View File

@ -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;

View File

@ -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

View File

@ -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>