summaryrefslogtreecommitdiff
path: root/PE/pepatch.cpp
blob: be67faf881f98966e55c7d5d2919cf57e3dbe383 (plain)
1
2
3
4
5
6
7
#include <Main.h>

CODE_BEGINS
virtual int startup() throw (GeneralException) {
    return 0;
}
CODE_ENDS