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

POKITTO_LIBS/ImageFormat/helpers.h

Committer:
spinal
Date:
2018-11-18
Revision:
64:6e6c6c2b664e
Parent:
23:f88837b8f914

File content as of revision 64:6e6c6c2b664e:

#ifndef HELPERS_H
#define HELPERS_H

extern void add_underscores(char *);
extern void print_usage(char *);


#endif // HELPERS_H