#include "Toolkit/toolkit.h"#include "SoundExample.h"

Functions | |
| void | allegro () |
| void | setup () |
| void | step () |
| void | keypress_watcher (int) |
| void | mouse_watcher (int) |
| void | handleActions () |
| int | main (int argc, char *argv[]) |
| END_OF_MAIN () void setup() | |
| END_OF_FUNCTION (keypress_watcher) void mouse_watcher(int flag) | |
| END_OF_FUNCTION (mouse_watcher) void handleActions() | |
Variables | |
| BITMAP * | buffer |
| MIDI * | loopSample |
| list< MouseEvent * > * | mouse_events |
| list< KeyboardEvent * > * | keyboard_events |
| GameController * | game |
| int | scenario = 4 |
| void allegro | ( | ) |
| END_OF_FUNCTION | ( | mouse_watcher | ) |
| END_OF_FUNCTION | ( | keypress_watcher | ) |
| END_OF_MAIN | ( | ) |
| void handleActions | ( | ) |
| void keypress_watcher | ( | int | scancode | ) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| void mouse_watcher | ( | int | ) |
| void setup | ( | ) |
| void step | ( | ) |
| BITMAP* buffer |
| list<KeyboardEvent*>* keyboard_events |
| MIDI* loopSample |
| list<MouseEvent*>* mouse_events |
| int scenario = 4 |
1.5.7.1