Parent Directory
|
Revision Log
initial commit of support to read ArtToolInfo
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Text; |
4 | |
5 | namespace gr2lib.core.coretypes.native |
6 | { |
7 | [AttributeUsage(AttributeTargets.Struct, AllowMultiple = false)] |
8 | internal class SizeAttribute : Attribute |
9 | { |
10 | public int Size; |
11 | } |
12 | } |
ViewVC Help | |
Powered by ViewVC 1.1.22 |