Ignore:
Timestamp:
May 18, 2000, 10:37:10 PM (25 years ago)
Author:
mike
Message:

Updated and slightly fixed DSOUND

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dsound/OS2DSOUND.H

    r3099 r3555  
    1 /* $Id: OS2DSOUND.H,v 1.5 2000-03-13 12:47:46 sandervl Exp $ */
     1/* $Id: OS2DSOUND.H,v 1.6 2000-05-18 20:37:08 mike Exp $ */
    22
    33/*
     
    1818#define THIS_ VOID*This,
    1919
     20// A forward declaration is need here!
     21class OS2PrimBuff;
     22
    2023class OS2IDirectSound
    2124{
     
    3336    inline  HRESULT       GetLastError()    { return lastError;    };
    3437    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?)
    3541
    3642 private:
Note: See TracChangeset for help on using the changeset viewer.