diff options
author | Josh Blum | 2013-03-17 11:17:15 -0700 |
---|---|---|
committer | Josh Blum | 2013-03-17 11:17:15 -0700 |
commit | b142e0e75f8ab4e7b2bb70c3fc71b61fd5f71651 (patch) | |
tree | 95fee7787912a90cce81cd3a8ce902068eff481e /lib/block_props.cpp | |
parent | cebd974738fea792f70bca8ab0bb1d73e2116d81 (diff) | |
download | sandhi-b142e0e75f8ab4e7b2bb70c3fc71b61fd5f71651.tar.gz sandhi-b142e0e75f8ab4e7b2bb70c3fc71b61fd5f71651.tar.bz2 sandhi-b142e0e75f8ab4e7b2bb70c3fc71b61fd5f71651.zip |
gras: work on C++ API for properties interface
Diffstat (limited to 'lib/block_props.cpp')
-rw-r--r-- | lib/block_props.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/block_props.cpp b/lib/block_props.cpp new file mode 100644 index 0000000..641ecbb --- /dev/null +++ b/lib/block_props.cpp @@ -0,0 +1,4 @@ +// Copyright (C) by Josh Blum. See LICENSE.txt for licensing information. + +#include "element_impl.hpp" +#include <gras/block.hpp> |