Move EekSymbolMatrix code from eek-types.[ch] to eek-symbol-matrix.[ch].

This commit is contained in:
Daiki Ueno
2011-03-09 11:56:24 +09:00
parent 5c3cb477ef
commit f60e1d763e
7 changed files with 168 additions and 77 deletions

View File

@ -20,9 +20,8 @@
#ifndef EEK_KEY_H
#define EEK_KEY_H 1
#include <glib-object.h>
#include "eek-element.h"
#include "eek-types.h"
#include "eek-symbol-matrix.h"
G_BEGIN_DECLS