Update of /cvsroot/csdopenglnet/csdOpenGL/Cg
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22448
Modified Files:
csdCg.cs
Log Message:
n/a
Index: csdCg.cs
===================================================================
RCS file: /cvsroot/csdopenglnet/csdOpenGL/Cg/csdCg.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** csdCg.cs 5 Aug 2004 21:13:56 -0000 1.5
--- csdCg.cs 12 Sep 2004 11:56:26 -0000 1.6
***************
*** 16,23 ****
public static int CG_TRUE = 1;
! [ DllImport( "libcsdCg.so" ) ]
public static extern void cgSetErrorCallback( CgErrorEvent func );
! [ DllImport( "libcsdCg.so" ) ]
public static extern CgErrorEvent cgGetErrorCallback();
--- 16,23 ----
public static int CG_TRUE = 1;
! [ DllImport( "cg.dll" ) ]
public static extern void cgSetErrorCallback( CgErrorEvent func );
! [ DllImport( "cg.dll" ) ]
public static extern CgErrorEvent cgGetErrorCallback();
|