Initial Project Setup
This commit is contained in:
6
lib/cart.c
Normal file
6
lib/cart.c
Normal file
@ -0,0 +1,6 @@
|
||||
#include <cart.h>
|
||||
|
||||
bool cart_load(char *cart) {
|
||||
printf("Cart loading not implemented yet\n");
|
||||
return false;
|
||||
}
|
Reference in New Issue
Block a user