Added libdisasm to 3rd_party.

Started the move of 'prog' global into Project.
This commit is contained in:
Artur K
2012-03-17 21:36:10 +01:00
parent b85106498e
commit 467ff56356
37 changed files with 9207 additions and 29 deletions

View File

@@ -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;
//}