Actual update of Asset.cpp
parent
b8ac063da1
commit
aeaeae02b8
|
@ -2,6 +2,7 @@
|
|||
Asset
|
||||
================================================================ */
|
||||
#include "Asset.hpp"
|
||||
#include <stdlib.h>
|
||||
Asset::Asset() {
|
||||
flags = 0;
|
||||
data = NULL;
|
||||
|
|
Loading…
Reference in New Issue