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