Changeset 353 for trunk/archive/pslib/include/psBitMask.h
- Timestamp:
- Mar 31, 2004, 9:36:06 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
r344 r353 30 30 /** Set a bit mask */ 31 31 psBitMask * 32 psBitMaskSet(psBitMask *outMask, ///< Output bit mask or NULL 33 const psBitMask *myMask, ///< Input bit mask 32 psBitMaskSet(psBitMask *myMask, ///< Input bit mask 34 33 int bit ///< Bit to set 35 34 );
Note:
See TracChangeset
for help on using the changeset viewer.
