Changeset 14537 for trunk/ippTools/src/magictool.h
- Timestamp:
- Aug 16, 2007, 11:48:15 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/magictool.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/magictool.h
r14481 r14537 1 1 /* 2 * warptool.h2 * magictool.h 3 3 * 4 * Copyright (C) 200 6Joshua Hoblitt4 * Copyright (C) 2007 Joshua Hoblitt 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify it … … 18 18 */ 19 19 20 #ifndef WARPTOOL_H21 #define WARPTOOL_H 120 #ifndef MAGICTOOL_H 21 #define MAGICTOOL_H 1 22 22 23 23 #include "pxtools.h" 24 24 25 25 typedef enum { 26 WARPTOOL_MODE_NONE = 0x0, 27 WARPTOOL_MODE_DEFINERUN, 28 WARPTOOL_MODE_RUNONE, 29 WARPTOOL_MODE_UPDATERUN, 30 WARPTOOL_MODE_ADDINPUTEXP, 31 WARPTOOL_MODE_EXP, 32 WARPTOOL_MODE_IMFILE, 33 WARPTOOL_MODE_TOOVERLAP, 34 WARPTOOL_MODE_ADDOVERLAP, 35 WARPTOOL_MODE_SCMAP, 36 WARPTOOL_MODE_TOWARPED, 37 WARPTOOL_MODE_ADDWARPED, 38 WARPTOOL_MODE_WARPED, 39 WARPTOOL_MODE_REVERTWARPED, 40 } warptoolMode; 26 MAGICTOOL_MODE_NONE = 0x0, 27 MAGICTOOL_MODE_DEFINERUN, 28 MAGICTOOL_MODE_UPDATERUN, 29 MAGICTOOL_MODE_ADDINPUTSKYFILE, 30 MAGICTOOL_MODE_INPUTTREE, 31 MAGICTOOL_MODE_TOPROCESS, 32 MAGICTOOL_MODE_ADDRESULT, 33 MAGICTOOL_MODE_TOMASK, 34 MAGICTOOL_MODE_ADDMASK, 35 MAGICTOOL_MODE_TOSKYFILEMASK, 36 MAGICTOOL_MODE_ADDSKYFILEMASK, 37 } MAGICtoolMode; 41 38 42 pxConfig * warptoolConfig(pxConfig *config, int argc, char **argv);39 pxConfig *magictoolConfig(pxConfig *config, int argc, char **argv); 43 40 44 #endif // WARPTOOL_H41 #endif // MAGICTOOL_H
Note:
See TracChangeset
for help on using the changeset viewer.
