Added serverPathfinding library

This commit is contained in:
Anonymous
2014-01-15 09:54:09 -07:00
parent 7d149b2784
commit cd99b53a31
43 changed files with 5888 additions and 2 deletions
@@ -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