Add/move code into kutil library

This commit is contained in:
Justin C. Miller
2018-04-17 23:41:28 -07:00
parent 2050b89334
commit a27b8d6a3a
15 changed files with 80 additions and 45 deletions

View File

@@ -1,8 +1,8 @@
#pragma once
#include "kutil/coord.h"
#include "font.h"
#include "screen.h"
#include "util.h"
struct console_data;
@@ -34,8 +34,8 @@ private:
font m_font;
screen m_screen;
coord<unsigned> m_size;
coord<unsigned> m_pos;
kutil::coord<unsigned> m_size;
kutil::coord<unsigned> m_pos;
screen::pixel_t m_fg, m_bg;
uint16_t m_attr;