2025-11-28 00:35:46 +09:00

14 lines
414 B
C

//------------------------------------------------------------------------------
// File: CutScene.h
//
// Desc: DirectShow sample code - declarations for simple movie player.
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//------------------------------------------------------------------------------
//
// Function prototypes
//
HRESULT PlayCutscene(LPTSTR lpszMovie, HINSTANCE hInstance);