nemerle / dcc

This is a heavily updated version of the old DOS executable decompiler DCC
GNU General Public License v2.0
146 stars 27 forks source link

Function must return a value #8

Open lab313ru opened 8 years ago

lab313ru commented 8 years ago

Subj. These functions (dcc_interface.cpp):

ilFunction GetFirstFuncHandle()
{
}
ilFunction GetCurFuncHandle()
{
}
size_t getFuncCount()
{
}
nemerle commented 8 years ago

This part is pretty much WIP :smile: I think I have a fixed version laying around

lab313ru commented 8 years ago

Just removing it should work for now. Waiting for your changes.