added animation system (with skin support for now)

This commit is contained in:
aap
2019-06-11 08:59:28 +02:00
parent a600fa9976
commit e7ed4d0096
23 changed files with 3075 additions and 2 deletions

View File

@@ -138,7 +138,10 @@ public:
while(n--)
freeHead.Insert(&links[n]);
}
// Shutdown
void Shutdown(void){
delete[] links;
links = nil;
}
void Clear(void){
while(head.next != &tail)
Remove(head.next);