still working on adding frames to config
This commit is contained in:
parent
3fa74e8f9e
commit
0591b6ca6e
10 changed files with 199 additions and 53 deletions
|
|
@ -37,6 +37,10 @@ void ARC_Handler_Remove(ARC_Handler *handler, void *data){
|
|||
}
|
||||
|
||||
void ARC_Handler_RemoveIndex(ARC_Handler *handler, uint32_t *index){
|
||||
if(!*ARC_Vector_Size(handler->data)){
|
||||
return;
|
||||
}
|
||||
|
||||
void *data = ARC_Vector_Get(handler->data, index);
|
||||
ARC_Vector_Add(handler->trash, data);
|
||||
ARC_Vector_RemoveIndex(handler->data, index);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue