|
Katana Plug-in APIs 0.1
|
00001 // Copyright (c) 2013 The Foundry Visionmongers Ltd. All Rights Reserved. 00002 00003 #ifndef FnResourceFilesSuite_H 00004 #define FnResourceFilesSuite_H 00005 00006 #include <stdint.h> 00007 00008 #include <FnAttribute/suite/FnAttributeSuite.h> 00009 00010 extern "C" { 00011 00012 #define FnResourceFilesHostSuite_version 1 00013 00016 struct FnResourceFilesHostSuite_v1 00017 { 00018 FnAttributeHandle (*getSearchPaths)(const char *subDir); 00019 }; 00020 00021 } 00022 00023 #endif // FnResourceFilesSuite_H
1.7.3