Files
src/engine/server/library/serverPathfinding/src/shared/ServerPathfinding.h
T

25 lines
565 B
C++
Executable File

// ======================================================================
//
// ServerPathfinding.h
// Copyright 2001 Sony Online Entertainment Inc.
// All Rights Reserved.
//
// ======================================================================
#ifndef INCLUDED_ServerPathfinding_H
#define INCLUDED_ServerPathfinding_H
// ======================================================================
class ServerPathfinding
{
public:
static void update ( float timeBudget );
};
// ======================================================================
#endif