X-Git-Url: http://pileus.org/git/?p=lackey;a=blobdiff_plain;f=src%2Fview%2Fnotes.c;h=7a4307a9954ac018696bfc2dc711df4ed9a98b65;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=84ab027f57e88c7eb73c7264c2fef4c7fb5d50cf;hpb=9a2c6c8fc2a179a5233dc2b37526c3586653e7ce diff --git a/src/view/notes.c b/src/view/notes.c index e69de29..7a4307a 100644 --- a/src/view/notes.c +++ b/src/view/notes.c @@ -0,0 +1,15 @@ +/* notes init */ +void notes_init(void) +{ +} + +/* notes draw */ +void notes_draw(void) +{ +} + +/* notes run */ +int notes_run(int chr) +{ + return 0; +}