#include "CarSelectScene.h"
#include "BasicFonts.h"
#include "../Graphics/Window.h"
#include "../Engine/ResourceHandler.h"
#include "../MainLoop.h"
#include <Debug.h>
#include <algorithm>
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | UI |
Defines | |
#define | tex_load(bind_name, file_name, variable) |
Functions | |
void | bordered_text (const char *message) |
Draw some text using the big font in white with a black outline. | |
Variables | |
const unsigned int | UI::number_of_cars = 2 |
Definition in file CarSelectScene.cpp.
#define tex_load | ( | bind_name, | |||
file_name, | |||||
variable | ) |
Value:
tex_store.check_load(bind_name, file_name);\ variable = tex_store.get(bind_name);\ variable->make_cache()
void bordered_text | ( | const char * | message | ) |
Draw some text using the big font in white with a black outline.
Definition at line 23 of file CarSelectScene.cpp.
Generated at Mon Sep 6 00:41:15 2010 by Doxygen version 1.4.7 for Racer version svn335.