ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/gr2lib/trunk/gr2lib/core/interfaces/igranny_reference.cs
Revision: 94
Committed: Sat Jul 17 05:09:42 2010 UTC (12 years, 8 months ago) by william
File size: 284 byte(s)
Log Message:
add support for getting access to the Granny2 Header

File Contents

# User Rev Content
1 william 94 using System;
2     using System.Collections.Generic;
3     using System.Linq;
4     using System.Text;
5    
6     namespace gr2lib.core.interfaces
7     {
8     public interface igranny_reference : INativePointer
9     {
10     Int32 SectionIndex { get; set; }
11     Int32 Offset { get; set; }
12     }
13     }