mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Removed runtime support for Mac OS 10.6 and switched from libstdc++ to libc++ in OS X. Now we can use C++11's standard library!
--HG-- branch : minor
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
// C++
|
||||
#include <algorithm>
|
||||
|
||||
// C
|
||||
#include <cstdlib>
|
||||
|
||||
namespace love
|
||||
{
|
||||
namespace image
|
||||
|
||||
Reference in New Issue
Block a user