#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <math.h>
#include <GL/glut.h>
#include <plib/pu.h>
#include "common_gui_funcs.h"
#include "common_vars_gui.h"
Go to the source code of this file.
Compounds | |
class | charCreator |
Functions | |
void | kill_dialog (puObject *e) |
void | start_game_cb (puObject *o) |
void | remove_char_creator (puObject *o) |
void | make_char_creator (puObject *o) |
Variables | |
charCreator * | playerGen = NULL |
|
Definition at line 32 of file charcreator.cpp. References charCreator::foo, and playerGen. Referenced by start_game_cb(). |
|
Definition at line 64 of file charcreator.cpp. References playerGen, and remove_char_creator(). Referenced by MainMenu::_display_total(). |
|
Definition at line 55 of file charcreator.cpp. References _make_main_menu(), playerGen, and total_menu. Referenced by make_char_creator(). |
|
Definition at line 38 of file charcreator.cpp. References charCreator::_inputvals_ok(), display_height, display_width, charCreator::foo, kill_dialog(), and playerGen. |
|
Definition at line 30 of file charcreator.cpp. Referenced by kill_dialog(), make_char_creator(), remove_char_creator(), and start_game_cb(). |