the sound of progress
This commit is contained in:
1
src/components/screen.c
Normal file
1
src/components/screen.c
Normal file
@@ -0,0 +1 @@
|
||||
#include "screen.h"
|
||||
@@ -1,3 +1,6 @@
|
||||
#ifndef NN_SCREEN_H
|
||||
#define NN_SCREEN_H
|
||||
|
||||
#include "../neonucleus.h"
|
||||
|
||||
typedef struct nn_screen {
|
||||
@@ -14,4 +17,9 @@ typedef struct nn_screen {
|
||||
int editableColors;
|
||||
int paletteColors;
|
||||
int *palette;
|
||||
bool isOn;
|
||||
nn_address keyboards[NN_MAX_SCREEN_KEYBOARDS];
|
||||
size_t keyboardCount;
|
||||
} nn_screen;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user