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
/
function.cpp
blob: e89a06f395e9bb9c8db354e6854029a5dfa715e9 (
plain
)
1
2
3
4
5
6
7
8
9
10
#include "function.h" Function::Function() { } Function::~Function() { }