more hacking on overlay build busters

This commit is contained in:
ZappoMan 2015-06-03 21:17:10 -07:00
parent 8ec2b55ad8
commit f1f48afd61

View file

@ -120,5 +120,11 @@ protected:
QScriptEngine* _scriptEngine; QScriptEngine* _scriptEngine;
}; };
namespace render {
template <> const ItemKey payloadGetKey(const Overlay::Pointer& overlay);
template <> const Item::Bound payloadGetBound(const Overlay::Pointer& overlay);
template <> void payloadRender(const Overlay::Pointer& overlay, RenderArgs* args);
}
#endif // hifi_Overlay_h #endif // hifi_Overlay_h