Move ncurses related files to curses directory

This commit is contained in:
Andrzej Rybczak
2016-12-22 15:25:25 +01:00
parent 44d343d5a2
commit 478f4454d8
36 changed files with 39 additions and 38 deletions

View File

@@ -21,9 +21,9 @@
#ifndef NCMPCPP_UTILITY_TYPE_CONVERSIONS_H
#define NCMPCPP_UTILITY_TYPE_CONVERSIONS_H
#include "curses/window.h"
#include "mpdpp.h"
#include "mutable_song.h"
#include "window.h"
#include "enums.h"
NC::Color charToColor(char c);