~rebel/horde3d/trunk

« back to all changes in this revision

Viewing changes to trunk/Tools/GameEngine/src/GameDetourComponent/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
22
#include "DebugDraw.h"
24
23
#include "Recast.h"
25
24
#include "RecastDump.h"
26
25
#include "PerfTimer.h"
27
26
 
 
27
#include <stdio.h>
 
28
 
28
29
// These are example implementations of various interfaces used in Recast and Detour.
29
30
 
30
31
/// Recast build context.