diff options
| author | Christian Cunningham <cc@localhost> | 2021-12-21 21:55:56 -0800 |
|---|---|---|
| committer | Christian Cunningham <cc@localhost> | 2021-12-21 21:55:56 -0800 |
| commit | ce90c0aa44b1f07ddd59159ae60e6f63357d85b8 (patch) | |
| tree | abff13d15a2b2248068b5d576b31f6b882488d56 /src/graphics/lfb.h | |
| parent | 55f9f2e10b9e768cbd99ca195f430d2252dcb918 (diff) | |
Fixed Graphics
Diffstat (limited to 'src/graphics/lfb.h')
| -rw-r--r-- | src/graphics/lfb.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/graphics/lfb.h b/src/graphics/lfb.h new file mode 100644 index 0000000..4ce6163 --- /dev/null +++ b/src/graphics/lfb.h @@ -0,0 +1,7 @@ +#ifndef GRAPHICS_LFB_H +#define GRAPHICS_LFB_H + +void lfb_init(); +void lfb_showpicture(); + +#endif |
