mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-15 00:08:07 -04:00
19 lines
561 B
C++
Executable File
19 lines
561 B
C++
Executable File
// FirstTaskManager.h
|
|
// Copyright 2000-01, Sony Online Entertainment Inc., all rights reserved.
|
|
// Author: Justin Randall
|
|
|
|
#ifndef _INCLUDED_FirstTaskManager_H
|
|
#define _INCLUDED_FirstTaskManager_H
|
|
|
|
//-----------------------------------------------------------------------
|
|
#pragma warning ( disable : 4786 )
|
|
|
|
#include "sharedFoundation/FirstSharedFoundation.h"
|
|
#include "sharedFoundationTypes/FoundationTypes.h"
|
|
#include <string>
|
|
#include <map>
|
|
|
|
//-----------------------------------------------------------------------
|
|
|
|
#endif // _INCLUDED_FirstTaskManager_H
|