mirror of
https://github.com/love2d/love.git
synced 2026-08-13 17:10:54 +02:00
Renamed CompressedData:getNumMipmaps to CompressedData:getMipmapCount; Improved type-checking error messages for some functions which expect function arguments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user