diff options
Diffstat (limited to 'src/paq.cc')
-rw-r--r-- | src/paq.cc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/paq.cc b/src/paq.cc new file mode 100644 index 0000000..fff6569 --- /dev/null +++ b/src/paq.cc @@ -0,0 +1,9 @@ +#include <dirent.h> +#include <Main.h> +#include <Input.h> +#include <Output.h> + +CODE_BEGINS +virtual int startup(void) throw (GeneralException) { +} +CODE_ENDS |