(svn r24323) -Codechange: Split Textbuf and associated functions to separate files.

This commit is contained in:
frosch
2012-06-04 15:29:37 +00:00
parent 5e8a32e279
commit 31eb896143
11 changed files with 349 additions and 289 deletions

View File

@@ -12,6 +12,7 @@
#ifndef QUERYSTRING_GUI_H
#define QUERYSTRING_GUI_H
#include "textbuf_type.h"
#include "textbuf_gui.h"
#include "window_gui.h"