1 2 3 4 5 6 7 8 9
#ifndef CHECKOUT_H #define CHECKOUT_H #include <stddef.h> extern char *CHECKOUTS[3][170]; extern char *SETUP_SHOTS[191]; #endif