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