Files
source/Standard Gaming Platform/Install.h
T

53 lines
1.2 KiB
C

//**************************************************************************
//
// Filename : Install.h
//
// Purpose : prototypes for the install routines
//
// Modification history :
//
// 02dec96:HJH - Creation
//
//**************************************************************************
#ifndef _Install_h
#define _Install_h
//**************************************************************************
//
// Includes
//
//**************************************************************************
#include "types.h"
//**************************************************************************
//
// Defines
//
//**************************************************************************
//**************************************************************************
//
// Typedefs
//
//**************************************************************************
//**************************************************************************
//
// Function Prototypes
//
//**************************************************************************
#ifdef __cplusplus
extern "C" {
#endif
extern BOOLEAN InstallApplication( STR strAppname, STR strPath );
#ifdef __cplusplus
}
#endif
#endif