initial upload
This commit is contained in:
parent
938aa0db71
commit
353cfe723c
22 changed files with 1582 additions and 0 deletions
16
examples/osd/openvoting-box/sketch.h
Normal file
16
examples/osd/openvoting-box/sketch.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifndef __SKETCH_h__
|
||||
#define __SKETCH_h__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
size_t color_to_string (const char *name, const char *uri, char *buf, size_t bsize);
|
||||
int color_from_string (const char *name, const char *uri, const char *s);
|
||||
int color_rgb_from_string (const char *r, const char *g, const char *b);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue