#include <stdio.h>#include <stdlib.h>#include <stdarg.h>#include <math.h>#include <string.h>#include "inferno.h"#include "segment.h"#include "editor.h"#include "gr.h"#include "ui.h"#include "key.h"#include "fix.h"#include "mono.h"#include "3d.h"#include "mouse.h"#include "bm.h"#include "error.h"#include "medlisp.h"#include "cflib.h"#include "kdefs.h"#include "u_mem.h"Defines | |
| #define | MAX_NUM_EVENTS 10000 |
Functions | |
| int | MacroRecordAll () |
| int | MacroRecordKeys () |
| int | MacroPlayNormal () |
| int | MacroPlayFast () |
| int | MacroSave () |
| int | MacroLoad () |
| void | macro_free_buffer () |
| int | MacroMenu () |
Variables | |
| static char | rcsid [] = "$Id: macro.c,v 1.1.1.1 2006/03/17 19:45:24 zicodxx Exp $" |
| UI_EVENT * | RecordBuffer |
| int | MacroNumEvents = 0 |
| int | MacroStatus = 0 |
| static char | filename [128] = "*.MIN" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6