mirror of https://github.com/axmolengine/axmol.git
10 lines
82 B
C++
10 lines
82 B
C++
|
#include "NSData.h"
|
||
|
|
||
|
NSData::NSData(void)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
NSData::~NSData(void)
|
||
|
{
|
||
|
}
|