~rebel/horde3d/trunk

« back to all changes in this revision

Viewing changes to trunk/Tools/Dependencies/RecastNavigation/RecastDemo/Include/SampleInterfaces.h

  • Committer: felix
  • Date: 2015-07-07 12:57:07 UTC
  • Revision ID: svn-v4:5ce291ac-9df0-446f-9e4f-d57731c4dda7::1699
- Updated RecastNavigation to latest version and fixed multiple issues.
- Adapted GameDetourComponent, GameDetourCrowdComponent, DetourCrowdDemo and AAA accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#ifndef SAMPLEINTERFACES_H
20
20
#define SAMPLEINTERFACES_H
21
21
 
22
 
#include <stdio.h>
23
 
//#include "RecastNavigation\DebugUtils\Include\DebugDraw.h"
24
 
//#include "RecastNavigation\Recast\Include\Recast.h"
25
 
//#include "RecastNavigation\DebugUtils\Include\RecastDump.h"
26
22
#include "DebugDraw.h"
27
23
#include "Recast.h"
28
24
#include "RecastDump.h"
29
25
#include "PerfTimer.h"
30
26
 
 
27
#include <stdio.h>
 
28
 
31
29
// These are example implementations of various interfaces used in Recast and Detour.
32
30
 
33
31
/// Recast build context.