index
:
demonchime
main
old-main
A metroidvania about killing demons
iamcheeseman
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dc
/
dc.c
blob: c8558452b1cfd28f3bbc4d452c631737e6500377 (
plain
)
1
2
3
4
5
6
7
#include
<teensy.h>
#include
<editor.h>
int
main
(
void
)
{
return
editor_main
();
}