Line | |
---|
1 | /*
|
---|
2 | Copyright (C) 2005-2006 Feeling Software Inc.
|
---|
3 | MIT License: http://www.opensource.org/licenses/mit-license.php
|
---|
4 | */
|
---|
5 | /*
|
---|
6 | Based on the FS Import classes:
|
---|
7 | Copyright (C) 2005-2006 Feeling Software Inc
|
---|
8 | Copyright (C) 2005-2006 Autodesk Media Entertainment
|
---|
9 | MIT License: http://www.opensource.org/licenses/mit-license.php
|
---|
10 | */
|
---|
11 |
|
---|
12 | #ifndef _FU_URI_H_
|
---|
13 | #define _FU_URI_H_
|
---|
14 |
|
---|
15 | class FUUri
|
---|
16 | {
|
---|
17 | public:
|
---|
18 | fstring prefix;
|
---|
19 | string suffix;
|
---|
20 | };
|
---|
21 |
|
---|
22 | #endif // _FU_URI_H_
|
---|
23 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.