Added libdisasm to 3rd_party.
Started the move of 'prog' global into Project.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "Procedure.h"
|
||||
|
||||
FunctionType *Function::getFunctionType() const
|
||||
{
|
||||
return &m_type;
|
||||
}
|
||||
#include "project.h"
|
||||
#include "scanner.h"
|
||||
//FunctionType *Function::getFunctionType() const
|
||||
//{
|
||||
// return &m_type;
|
||||
//}
|
||||
|
||||
Reference in New Issue
Block a user