Alembic: documented use of CacheReader struct

This commit is contained in:
Sybren A. Stüvel
2017-02-23 11:58:20 +01:00
parent df7d5382d3
commit e8e341b585

View File

@@ -32,6 +32,11 @@
# define ABC_INLINE static inline
#endif
/**
* @brief The CacheReader struct is only used for anonymous pointers,
* to interface between C and C++ code. This library only creates
* pointers to AbcObjectReader (or subclasses thereof).
*/
struct CacheReader {
int unused;
};