Renamed CompressedData:getNumMipmaps to CompressedData:getMipmapCount; Improved type-checking error messages for some functions which expect function arguments

This commit is contained in:
Alex Szpakowski
2013-05-02 17:26:50 -04:00
parent 77c6efd8fd
commit 3bf43dadd8
14 changed files with 43 additions and 44 deletions
+4 -1
View File
@@ -18,14 +18,17 @@
* 3. This notice may not be removed or altered from any source distribution.
**/
// LOVE
#include "MathModule.h"
#include "common/math.h"
// STL
#include <cmath>
#include <list>
#include <iostream>
using namespace std;
using std::list;
using std::vector;
using love::vertex;
namespace