Revision: | 94 |
Committed: | Sat Jul 17 05:09:42 2010 UTC (12 years, 6 months ago) by william |
File size: | 333 byte(s) |
Log Message: | add support for getting access to the Granny2 Header |
# | Content |
---|---|
1 | 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 INativePointer |
9 | { |
10 | IntPtr NativePointer { get; set; } |
11 | } |
12 | public interface INativeFilePointer |
13 | { |
14 | IntPtr NativeFilePointer { get; set; } |
15 | } |
16 | } |