index
:
stage.git
main
Simple Text Adventure Game Engine. Create text adventures!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interface.cpp
blob: c75b682e487098568d42e82234c06daeeec9029a (
plain
)
1
2
3
4
5
6
7
8
9
10
#include "interface.h" Interface::Interface() { } Interface::~Interface() { }