Separating reset and verify

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@513 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-07-22 07:14:19 +00:00
parent 9e66d820a6
commit 56edcac48d
9 changed files with 103 additions and 48 deletions

View file

@ -11,6 +11,8 @@
#include "config.hpp"
#include "object.hpp"
#include "reset.hpp"
#include "verify.hpp"
#include "detail/function.hpp"
#include "detail/type_name.hpp"
#include "detail/signature.hpp"