1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-23 17:26:11 +00:00
g810-led/src/helpers/help.h

16 lines
196 B
C
Raw Normal View History

2017-01-21 08:15:18 +00:00
#ifndef HELP_HELPER
#define HELP_HELPER
#include <iostream>
namespace help {
void usage(char *arg0);
void keys(char *arg0);
void effects(char *arg0);
void samples(char *arg0);
}
#endif