| 53 | } |
| 54 | |
| 55 | bool ImageCacheWrap::attribute (const std::string &name, TypeDesc type, |
| 56 | const void *val) |
| 57 | { |
| 58 | return m_cache->attribute(name, type, val); |
| 59 | } |
| 60 | |
| 61 | //Shortcuts for common types |
| 62 | bool ImageCacheWrap::attribute_int (const std::string &name, int val) |
no outgoing calls