Changeset 3555 for trunk/src/dsound/OS2DSOUND.H
- Timestamp:
- May 18, 2000, 10:37:10 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/dsound/OS2DSOUND.H (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dsound/OS2DSOUND.H
r3099 r3555 1 /* $Id: OS2DSOUND.H,v 1. 5 2000-03-13 12:47:46 sandervlExp $ */1 /* $Id: OS2DSOUND.H,v 1.6 2000-05-18 20:37:08 mike Exp $ */ 2 2 3 3 /* … … 18 18 #define THIS_ VOID*This, 19 19 20 // A forward declaration is need here! 21 class OS2PrimBuff; 22 20 23 class OS2IDirectSound 21 24 { … … 33 36 inline HRESULT GetLastError() { return lastError; }; 34 37 inline DWORD GetCoopLevel() { return CoopLevel; }; 38 39 OS2PrimBuff* primary; // Primary Buffer..Created on construct of DSound (KL) 40 // (Public so that the Secondary buffer instances can access this.. Maybe a GetPrimary function would eb better?) 35 41 36 42 private:
Note:
See TracChangeset
for help on using the changeset viewer.
