mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Added many comments, and changed function names for wrapper functions.
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
|
||||
namespace love
|
||||
{
|
||||
|
||||
MemoryData::MemoryData(void * data, int size)
|
||||
: data(data), size(size)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user