Shortcuts for common types
| 60 | |
| 61 | //Shortcuts for common types |
| 62 | bool ImageCacheWrap::attribute_int (const std::string &name, int val) |
| 63 | { |
| 64 | return m_cache->attribute(name, val); |
| 65 | } |
| 66 | |
| 67 | bool ImageCacheWrap::attribute_float (const std::string &name, float val) |
| 68 | { |