mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-02 03:16:11 -04:00
Added serverPathfinding library
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
// ======================================================================
|
||||
//
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user