source: NonGTP/FCollada/FUtils/FUUri.h @ 964

Revision 964, 466 bytes checked in by igarcia, 18 years ago (diff)
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
15class FUUri
16{
17public:
18        fstring prefix;
19        string suffix;
20};
21
22#endif // _FU_URI_H_
23
Note: See TracBrowser for help on using the repository browser.