Added bytecode output.
This commit is contained in:
@ -40,10 +40,11 @@ public:
|
||||
int GetCip(std::string &sym);
|
||||
bool SetPublic(std::string &sym);
|
||||
void GetPublics(std::vector<ProcMngr::AsmProc *> &pbList);
|
||||
void Clear();
|
||||
private:
|
||||
std::vector<ProcMngr::AsmProc *> List;
|
||||
public:
|
||||
static const int ncip = -1;
|
||||
};
|
||||
|
||||
#endif //_INCLUDE_AMXPROC_H
|
||||
#endif //_INCLUDE_AMXPROC_H
|
||||
|
Reference in New Issue
Block a user