recreate project as DLL

This commit is contained in:
2017-12-26 15:20:04 +01:00
parent 357d3178aa
commit 51118baca8
14 changed files with 103 additions and 61 deletions

6
test_cases/test_cases.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#include "simple_tests.h"
#include "backwards.h"
#include "advanced_instructions.h"
_declspec(dllexport) void SelfTest();