diff options
author | Tomi Valkeinen <tomi.valkeinen@iki.fi> | 2015-10-01 21:44:49 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@iki.fi> | 2015-10-01 21:44:49 +0300 |
commit | 093b77fc295d1bc4694b32fed95da0fab78c4097 (patch) | |
tree | bc9a2430aea3a33604defb00a4e62295c3cf03f2 /libkmstest/testpat.h | |
parent | f1f87468e2cf1cc3e934efb37db902a62f1fc8dc (diff) |
move test utils to libkmstest library
Diffstat (limited to 'libkmstest/testpat.h')
-rw-r--r-- | libkmstest/testpat.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libkmstest/testpat.h b/libkmstest/testpat.h new file mode 100644 index 0000000..b60271a --- /dev/null +++ b/libkmstest/testpat.h @@ -0,0 +1,6 @@ +#pragma once + +namespace kms +{ +void draw_test_pattern(Framebuffer& fb); +} |