mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 18:35:32 +02:00
more hacking on overlay build busters
This commit is contained in:
parent
8ec2b55ad8
commit
f1f48afd61
1 changed files with 6 additions and 0 deletions
|
@ -120,5 +120,11 @@ protected:
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue