This commit is contained in:
Scott Sadler
2018-04-09 11:53:13 -03:00
parent e36af93bab
commit 8a8e10f02f
16 changed files with 40 additions and 63 deletions

View File

@@ -1,7 +1,7 @@
#ifndef TESTUTILS_H
#define TESTUTILS_H
#include "komodo_cc.h"
#include "script/cc.h"
#define VCH(a,b) std::vector<unsigned char>(a, a + b)