anim3D/src/Win_OpenGL_BaseProxy.i3


Copyright (C) 1994, Digital Equipment Corp.
Digital Internal Use Only
                                                                           
       Created on Tue May 31 15:17:09 PDT 1994 by najork                   

INTERFACE Win_OpenGL_BaseProxy;

FROM Win_OpenGL_Base IMPORT T;
The Proxy Maker (PM) procedure for Win_OpenGL_Base.T is registered by assigning it to MkProxyT.

VAR
  MkProxyT : PROCEDURE (x : T) := NIL;

END Win_OpenGL_BaseProxy.

Win_OpenGL_BaseProxy's implementation is in: