#include "guicast.h"#include "filexml.inc"#include "mwindow.inc"#include "module.inc"#include "patch.inc"#include "patchbay.inc"


Go to the source code of this file.
Data Structures | |
| class | Patch |
| class | PlayPatchOld |
| class | RecordPatchOld |
| class | TitlePatchOld |
| class | AutoPatchOld |
| class | DrawPatchOld |
Defines | |
| #define | PATCH_ROW2 23 |
| #define | PATCH_TITLE 3 |
| #define | PATCH_PLAY 7 |
| #define | PATCH_REC 27 |
| #define | PATCH_AUTO 47 |
| #define | PATCH_AUTO_TITLE 67 |
| #define | PATCH_DRAW 72 |
| #define | PATCH_DRAW_TITLE 97 |
| #define PATCH_AUTO 47 |
Definition at line 24 of file patch.h.
Referenced by Patch::flip_vertical(), and Patch::set_pixel().
| #define PATCH_DRAW 72 |
Definition at line 26 of file patch.h.
Referenced by Patch::flip_vertical(), and Patch::set_pixel().
| #define PATCH_PLAY 7 |
Definition at line 22 of file patch.h.
Referenced by Patch::flip_vertical(), and Patch::set_pixel().
| #define PATCH_REC 27 |
Definition at line 23 of file patch.h.
Referenced by Patch::flip_vertical(), and Patch::set_pixel().
| #define PATCH_ROW2 23 |
Definition at line 20 of file patch.h.
Referenced by Patch::flip_vertical(), and Patch::set_pixel().
| #define PATCH_TITLE 3 |
1.5.5