Added palette.c/h and palette_init() call in main.c
This commit is contained in:
8
src/palette.h
Normal file
8
src/palette.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef PALETTE_H
|
||||
#define PALETTE_H
|
||||
|
||||
void palette_init(void);
|
||||
void palette_reset(void);
|
||||
int palette_colorIdx(int r, int g, int b);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user