diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-01-16 10:21:39 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-01-16 10:21:39 -0500 |
commit | 7c8a16289cadf193fdd43e45e855529d6047150d (patch) | |
tree | d5d2b61dda6f3e2f3d2748c78542d90efb9555be /flapbird.h | |
parent | 245866891a98fca3cacffdfb0a27b3505c7d404b (diff) |
modular games; draft 2048
Diffstat (limited to 'flapbird.h')
-rw-r--r-- | flapbird.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/flapbird.h b/flapbird.h new file mode 100644 index 0000000..7ab4199 --- /dev/null +++ b/flapbird.h @@ -0,0 +1,8 @@ +#ifndef FLAPBIRD_H_ +#define FLAPBIRD_H_ + +void flapbird_init(); +int flapbird_loop(); + +#endif // FLAPBIRD_H_ + |