mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +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 notice;
|
||||
|
||||
Reference in New Issue
Block a user