mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-04 05:15:51 -04:00
18 lines
528 B
C
Executable File
18 lines
528 B
C
Executable File
// ======================================================================
|
|
//
|
|
// FirstServerPathfinding.h
|
|
// copyright (c) 2001 Sony Online Entertainment
|
|
//
|
|
// ======================================================================
|
|
|
|
#ifndef INCLUDED_FirstServerPathfinding_H
|
|
#define INCLUDED_FirstServerPathfinding_H
|
|
|
|
// ======================================================================
|
|
|
|
#include "sharedPathfinding/FirstSharedPathfinding.h"
|
|
|
|
// ======================================================================
|
|
|
|
#endif
|