diff options
author | Josh Blum | 2013-06-06 13:30:06 -0700 |
---|---|---|
committer | Josh Blum | 2013-06-06 13:47:38 -0700 |
commit | 11777b58e9c89a9496bf0f11db16fd9b085afc36 (patch) | |
tree | 0e3119e312876c8ede51c1a84e500c647c59e7e2 /include/gras/block.i | |
parent | b7c8f27d47ca78d2b07e7a4cb53d1c8df6eb32d6 (diff) | |
download | sandhi-11777b58e9c89a9496bf0f11db16fd9b085afc36.tar.gz sandhi-11777b58e9c89a9496bf0f11db16fd9b085afc36.tar.bz2 sandhi-11777b58e9c89a9496bf0f11db16fd9b085afc36.zip |
gras: moved config structs into own header
Diffstat (limited to 'include/gras/block.i')
-rw-r--r-- | include/gras/block.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gras/block.i b/include/gras/block.i index 5c62f7e..6ac1d5c 100644 --- a/include/gras/block.i +++ b/include/gras/block.i @@ -13,6 +13,7 @@ %import <gras/sbuffer.i> %include <gras/buffer_queue.hpp> %include <gras/thread_pool.hpp> +%include <gras/block_config.hpp> %include <gras/block.hpp> //////////////////////////////////////////////////////////////////////// |