mirror of
https://github.com/love2d/love.git
synced 2026-08-19 20:19:42 +02:00
Fix build
--HG-- branch : minor
This commit is contained in:
@@ -79,6 +79,11 @@ void setDeprecationOutputEnabled(bool enable)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool isDeprecationOutputEnabled()
|
||||||
|
{
|
||||||
|
return outputEnabled;
|
||||||
|
}
|
||||||
|
|
||||||
std::string getDeprecationNotice(const DeprecationInfo &info, bool usewhere)
|
std::string getDeprecationNotice(const DeprecationInfo &info, bool usewhere)
|
||||||
{
|
{
|
||||||
std::string notice;
|
std::string notice;
|
||||||
|
|||||||
Reference in New Issue
Block a user