#include <allegro.h>#include "../Toolkit/toolkit.h"#include "DraggableExample.h"#include <iostream.h>

Functions | |
| void | mouse_watcher (int flag) |
| END_OF_FUNCTION (mouse_watcher) void init(void) | |
| void | handle_actions () |
| int | main (void) |
Variables | |
| BITMAP * | buffer |
| GameController * | controller |
| int | end_game |
| MouseEvent * | e |
| list< MouseEvent * > * | mouse_events |
| END_OF_FUNCTION | ( | mouse_watcher | ) |
| void handle_actions | ( | ) |
| int main | ( | void | ) |
| void mouse_watcher | ( | int | flag | ) |
| BITMAP* buffer |
| int end_game |
| list<MouseEvent*>* mouse_events |
1.5.7.1