initial
This commit is contained in:
36
movieobjects/movieobjects_interfaces.h
Normal file
36
movieobjects/movieobjects_interfaces.h
Normal file
@@ -0,0 +1,36 @@
|
||||
//====== Copyright <20> 1996-2004, Valve Corporation, All rights reserved. =======
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
//=============================================================================
|
||||
|
||||
#ifndef MOVIEOBJECTS_INTERFACE_H
|
||||
#define MOVIEOBJECTS_INTERFACE_H
|
||||
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// typedefs that should be in platform.h
|
||||
//-----------------------------------------------------------------------------
|
||||
typedef unsigned char uchar;
|
||||
typedef unsigned short ushort;
|
||||
typedef unsigned int uint;
|
||||
typedef unsigned long ulong;
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Forward declarations
|
||||
//-----------------------------------------------------------------------------
|
||||
class IGlobalFlexController;
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Global interfaces used by the movieobjects library
|
||||
//-----------------------------------------------------------------------------
|
||||
extern IGlobalFlexController *g_pGlobalFlexController;
|
||||
|
||||
|
||||
#endif // MOVIEOBJECTS_INTERFACE_H
|
||||
Reference in New Issue
Block a user