home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AI Game Programming Wisdom
/
AIGameProgrammingWisdom.iso
/
SourceCode
/
06 General Architectures
/
04 Christian
/
iexec.cpp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2001-07-29
|
210 b
|
23 lines
#include "ieexec.h"
IEExec::IEExec()
{
}
bool IEExec::start ()
{
return false;
}
bool IEExec::finish ()
{
return false;
}
void IEExec::reset ()
{
// nothing by default
}