diff options
author | pixel <pixel> | 2003-01-24 08:17:00 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-01-24 08:17:00 +0000 |
commit | a1176b45029cf5c7645627d38dfc96f66ea213f5 (patch) | |
tree | 57f497f9862147f93eb9e80bc7e4116c65dbb494 /src/paq.cc | |
parent | debc9f5e2933494e946c86f8575cb130472dbc04 (diff) |
All for NPAQ files...
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 |