23 lines
280 B
C#
23 lines
280 B
C#
using System;
|
|
|
|
namespace rail
|
|
{
|
|
public class RailObject
|
|
{
|
|
protected IntPtr swigCPtr_ = IntPtr.Zero;
|
|
|
|
internal RailObject()
|
|
{
|
|
}
|
|
|
|
internal static IntPtr getCPtr(RailObject obj)
|
|
{
|
|
return (obj != null) ? obj.swigCPtr_ : IntPtr.Zero;
|
|
}
|
|
|
|
~RailObject()
|
|
{
|
|
}
|
|
}
|
|
}
|