/*
* Copyright 2004 Perforce Software. All rights reserved.
*
* Developed by Data Shades Ltd.
*/
#include "SoftImageHost.h"
#include "PluginOperations.h"
#ifdef P4SOFTIMAGE_MAIN
#define EXTERN
#else
#define EXTERN extern
#endif // P4SOFTIMAGE_MAIN
/*
* Plugin DLL handle.
*/
EXTERN HINSTANCE hInstance;
/*
* Provides SoftImage specific callbacks to plugin library
*/
EXTERN SoftImageHost *host;
/*
* Plugin operations interface
*/
EXTERN PluginOperations *perforceOps;
# |
Change |
User |
Description |
Committed |
|
#1
|
10140 |
Matt Attaway |
Initial release of the P4GT source code. |
|
|