Recast Navigation
Navigation-mesh Toolset for Games
TestCase.cpp File Reference
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include <math.h>
#include "TestCase.h"
#include "DetourNavMesh.h"
#include "DetourNavMeshQuery.h"
#include "DetourCommon.h"
#include "SDL.h"
#include "SDL_opengl.h"
#include <GL/glu.h>
#include "imgui.h"
#include "PerfTimer.h"

Functions

static char * parseRow (char *buf, char *bufEnd, char *row, int len)
 
static void copyName (std::string &dst, const char *src)
 

Function Documentation

◆ copyName()

static void copyName ( std::string &  dst,
const char *  src 
)
static

◆ parseRow()

static char* parseRow ( char *  buf,
char *  bufEnd,
char *  row,
int  len 
)
static