Mercurial > games > semicongine
view fuhtark_test/include/winapi/mspbase.h @ 1501:f40d9d814c08 default tip
did: correct vulkan-api generator
| author | sam <sam@basx.dev> |
|---|---|
| date | Wed, 26 Nov 2025 23:34:29 +0700 |
| parents | 91c8c3b7cbf0 |
| children |
line wrap: on
line source
#ifndef __MSPBASE_H_ #define __MSPBASE_H_ #define _ATL_FREE_THREADED #include <atlbase.h> extern CComModule _Module; #include <atlcom.h> #include <tapi.h> #include <strmif.h> #include <control.h> #include <uuids.h> #include <termmgr.h> #include <msp.h> #include <tapi3err.h> #include <tapi3if.h> EXTERN_C const IID LIBID_TAPI3Lib; #include "mspenum.h" #include "msplog.h" #include "msputils.h" #include "mspaddr.h" #include "mspcall.h" #include "mspstrm.h" #include "mspthrd.h" #include "mspcoll.h" #include "mspterm.h" #include "msptrmac.h" #include "msptrmar.h" #include "msptrmvc.h" #endif
