Added exception for unknown key
This commit is contained in:
6
Test_Hazelnupp/helper.h
Normal file
6
Test_Hazelnupp/helper.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include <vector>
|
||||
|
||||
#define C_Ify(vector) vector.size(), vector.data()
|
||||
|
||||
typedef std::vector<const char*> ArgList;
|
||||
Reference in New Issue
Block a user