#include <GL/gl.h>
#include <GL/glu.h>
#include <iostream>
#include <cctype>
#include <sstream>
#include <sys/types.h>
#include "Md3Player.h"
#include "TextureManager.h"
#include "util/file.h"
Go to the source code of this file.
Variables | |
const char | kSeparator = '/' |
const char kSeparator = '/' |
Definition at line 42 of file Md3Player.cpp.