#include "quake/bsp/bsp.h"
#include <iostream>
#include "perf/perf.h"
#include "util/file.h"
Go to the source code of this file.
Functions | |
static void | doTest (IN const char *filename) |
int | main (IN int argc, IN const char *argv[]) |
static void doTest | ( | IN const char * | filename | ) | [static] |
Definition at line 52 of file bsp-test.cpp.
int main | ( | IN int | argc, | |
IN const char * | argv[] | |||
) |
Definition at line 140 of file bsp-test.cpp.