open-insight/SYSPROG/STPROCINS/RTI_RESOURCES_EQUATES.txt
2024-03-25 15:17:34 -07:00

42 lines
1.5 KiB
Plaintext

compile insert rti_Resources_Equates
/*
** Copyright (C) 2012 Revelation Software Inc. All Rights Reserved **
This insert is proprietary and is not to be used by or disclosed
to others, nor is it to be copied without written permission from
Revelation Technologies, Inc.
Author : Captain C
Date : September 2012
Purpose : Equates for use with programs that link to the RTI_RESOURCES
record.
Comments
========
Amended Date Reason
======= ==== ======
*/
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
#ifndef _RTI_RESOURCES_EQUATES_
#define _RTI_RESOURCES_EQUATES_
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
declare function rti_Res2Str
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
$uses @APPID*APPROW**SYSENV:RTI_RESOURCES
equ RESID$ to "RTI_RESOURCES"
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
#endif
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////