Color theming
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef BUFFER_H_
|
||||
#define BUFFER_H_
|
||||
|
||||
#include "data.h"
|
||||
|
||||
int new_buffer(enum buffer_type type, char * filename, int width, int height);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user