mirror of
https://github.com/Gigaslav/HL2Overcharged.git
synced 2026-09-09 20:23:02 +03:00
24 lines
1012 B
C
24 lines
1012 B
C
/****************************************************************************
|
|
* SapiSDKCommon.h
|
|
* This header is the main entry point for all the utilities &
|
|
* sub-features that are common the SAPI samples & tools.
|
|
*
|
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
*****************************************************************************/
|
|
#pragma once
|
|
|
|
//--- Includes --------------------------------------------------------------
|
|
|
|
//--- Forward and External Declarations -------------------------------------
|
|
|
|
//--- TypeDef and Enumeration Declarations ----------------------------------
|
|
|
|
//--- Constants -------------------------------------------------------------
|
|
|
|
//--- Class, Struct and Union Definitions -----------------------------------
|
|
|
|
//--- Function Declarations -------------------------------------------------
|
|
LRESULT CALLBACK ComponentVersionsDlgProc( HWND, UINT, WPARAM, LPARAM );
|
|
|
|
//--- Inline Function Definitions -------------------------------------------
|