From dce7c0afa22ca6568bbf6cca6a9cd669ef8b4b28 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Fri, 3 Jun 2016 21:41:41 +0300 Subject: util: add helpers --- libkms++util/kms++util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libkms++util/kms++util.h') diff --git a/libkms++util/kms++util.h b/libkms++util/kms++util.h index c02c12c..00e9fdf 100644 --- a/libkms++util/kms++util.h +++ b/libkms++util/kms++util.h @@ -1,5 +1,7 @@ #pragma once +#include + #include "color.h" #include #include @@ -13,6 +15,8 @@ void draw_color_bar(IMappedFramebuffer& buf, int old_xpos, int xpos, int width); void draw_test_pattern(IMappedFramebuffer &fb); void draw_rect(IMappedFramebuffer &fb, uint32_t x, uint32_t y, uint32_t w, uint32_t h, RGB color); + +Connector* resolve_connector(Card& card, const std::string& str); } #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) -- cgit v1.2.3