Added a new variant love.math.decompress(data, format), where data is any Data object.

This commit is contained in:
Alex Szpakowski
2015-10-03 01:49:12 -03:00
parent 2e9154283c
commit d587c206f0
2 changed files with 19 additions and 13 deletions
-3
View File
@@ -24,9 +24,6 @@
// LOVE
#include "common/StringMap.h"
// C++
#include <vector>
namespace love
{
namespace math