Add MetalClawWriter

This commit is contained in:
2017-04-27 04:53:05 -05:00
parent 89ff3844fd
commit 6bc6230eb6
9 changed files with 364 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
/*
* Copyright 2015 - 2017 gtalent2@gmail.com
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#pragma once
namespace ox {
namespace mc {
}
}