PokittoLib is the library needed for programming the Pokitto DIY game console (www.pokitto.com)

Committer:
spinal
Date:
Sun Nov 18 15:47:54 2018 +0000
Revision:
64:6e6c6c2b664e
Parent:
23:f88837b8f914
added fix for directrectangle()

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Pokitto 23:f88837b8f914 1 #ifndef HELPERS_H
Pokitto 23:f88837b8f914 2 #define HELPERS_H
Pokitto 23:f88837b8f914 3
Pokitto 23:f88837b8f914 4 extern void add_underscores(char *);
Pokitto 23:f88837b8f914 5 extern void print_usage(char *);
Pokitto 23:f88837b8f914 6
Pokitto 23:f88837b8f914 7
Pokitto 23:f88837b8f914 8 #endif // HELPERS_H
Pokitto 23:f88837b8f914 9
Pokitto 23:f88837b8f914 10