diff options
author | pixel <pixel> | 2004-01-04 00:35:03 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-01-04 00:35:03 +0000 |
commit | 1badb6d6759b1836b8f4c6435693433b4f8d285c (patch) | |
tree | 7b2d2a7da24d3c9e0ee9bc843b93a763c5a0ae68 | |
parent | 904693dd6751bdc06e98f4437da541d5e6575e1c (diff) |
Grmf
-rw-r--r-- | mipspoke.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mipspoke.cpp b/mipspoke.cpp index a6ec065..e4551fb 100644 --- a/mipspoke.cpp +++ b/mipspoke.cpp @@ -2,6 +2,8 @@ #include <Input.h> #include "mips.h" +#include "mipsdis.h" +#include "mipsdump.h" CODE_BEGINS virtual int startup(void) throw (GeneralException) { |