Added bytecode output.
This commit is contained in:
@ -23,6 +23,11 @@
|
||||
#include "amxasm.h"
|
||||
|
||||
MacroList::~MacroList()
|
||||
{
|
||||
Clear();
|
||||
}
|
||||
|
||||
void MacroList::Clear()
|
||||
{
|
||||
std::vector<MacroList::Macro *>::iterator i;
|
||||
|
||||
|
Reference in New Issue
Block a user