8 lines
126 B
C
8 lines
126 B
C
|
#ifndef SPARK_H_
|
||
|
#define SPARK_H_
|
||
|
|
||
|
char * getSparkByPrecentage(unsigned);
|
||
|
char * getSparkByValue(unsigned, unsigned);
|
||
|
|
||
|
#endif
|