Changeset 240
- Timestamp:
- Mar 12, 2004, 6:16:28 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psBitMask.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psBitMask.h
r238 r240 33 33 /** apply the given operator to two bit masks */ 34 34 psBitMask * 35 psBitMaskOp(psBitMask *outMask, //!< Output bit mask or NULL36 const psBitMask *restrict inMask1, //!< Input bit mask 137 char *operator, // /< bit mask operator (AND, OR, XOR)35 psBitMaskOp(psBitMask *outMask, //!< Output bit mask or NULL 36 const psBitMask *restrict inMask1, //!< Input bit mask 1 37 char *operator, //!< bit mask operator (AND, OR, XOR) 38 38 const psBitMask *restrict inMask2 //!< Input bit mask 2 39 39 );
Note:
See TracChangeset
for help on using the changeset viewer.
