5 lines
110 B
C#
5 lines
110 B
C#
using System;
|
|
using rail;
|
|
|
|
public delegate void RailEventCallBackFunction(RAILEventID event_id, IntPtr data);
|