/* * PROJECT: * SUBSYSTEM: * MODULE: * * FILE: $RCSfile: vctools.h,v $ * REVISION: $Revision: 1.1 $ * Date: $Date: 95/05/18 10:24:16 $ * Author: $Author: john $ * RCS Ident: $Id: vctools.h,v 0.10 1994/10/05 12:51:14 john Exp jon $ * * FUNCTION: * * Copyright (c) 1995 Division Ltd. * * All Rights Reserved. * * This Document may not, in whole or in part, be copied, * photocopied, reproduced, translated, or reduced to any * electronic medium or machine reable form without prior * written consent from Division Ltd. */ #ifndef _VCMACROS_H_ #define _VCMACROS_H_ #define VC_GetEntityRelocateMode() VCEntity_GetRelocateMode(NULL) #define VC_SetEntityRelocateMode(m) VCEntity_SetRelocateMode(NULL,m) #define VCBody_SetVisualResourceBackgroundColor(b,c) VCBody_SetVisualResourceBackgroundColour(b,c) #define VCBody_SetVisualResourceFogColor(b,c,t,m) VCBody_SetVisualResourceFogColour(b,c,t,m) #endif