mirror of
https://github.com/cellos51/balatro-gba.git
synced 2026-09-10 01:45:54 -05:00
Broken but compiling
You need to check the diff and see where the mistake is for this commit.
This commit is contained in:
@@ -22,5 +22,6 @@ bool stack_empty(Stack* stack);
|
||||
int stack_len(Stack* stack);
|
||||
void stack_push(Stack* stack, void* data);
|
||||
void* stack_pop(Stack* stack);
|
||||
void* stack_at(Stack* stack, unsigned int idx);
|
||||
|
||||
#endif // STACK_H
|
||||
|
||||
Reference in New Issue
Block a user