Add template files

This commit is contained in:
jsteube
2016-09-11 11:42:19 +02:00
parent fe634d93aa
commit 2a6e03510b
35 changed files with 277 additions and 20 deletions
+9
View File
@@ -0,0 +1,9 @@
/**
* Authors.....: Jens Steube <jens.steube@gmail.com>
* License.....: MIT
*/
#ifndef _ATTACK_MODE_H
#define _ATTACK_MODE_H
#endif // _ATTACK_MODE_H
+9
View File
@@ -0,0 +1,9 @@
/**
* Authors.....: Jens Steube <jens.steube@gmail.com>
* License.....: MIT
*/
#ifndef _AUTOTUNE_H
#define _AUTOTUNE_H
#endif // _AUTOTUNE_H
+9
View File
@@ -0,0 +1,9 @@
/**
* Authors.....: Jens Steube <jens.steube@gmail.com>
* License.....: MIT
*/
#ifndef _BENCHMARK_H
#define _BENCHMARK_H
#endif // _BENCHMARK_H
+9
View File
@@ -0,0 +1,9 @@
/**
* Authors.....: Jens Steube <jens.steube@gmail.com>
* License.....: MIT
*/
#ifndef _DEBUGFILE_H
#define _DEBUGFILE_H
#endif // _DEBUGFILE_H
+9
View File
@@ -0,0 +1,9 @@
/**
* Authors.....: Jens Steube <jens.steube@gmail.com>
* License.....: MIT
*/
#ifndef _HASH_MANAGEMENT_H
#define _HASH_MANAGEMENT_H
#endif // _HASH_MANAGEMENT_H
+9
View File
@@ -0,0 +1,9 @@
/**
* Authors.....: Jens Steube <jens.steube@gmail.com>
* License.....: MIT
*/
#ifndef _INDUCT_H
#define _INDUCT_H
#endif // _INDUCT_H
+9
View File
@@ -0,0 +1,9 @@
/**
* Authors.....: Jens Steube <jens.steube@gmail.com>
* License.....: MIT
*/
#ifndef _KERNEL_H
#define _KERNEL_H
#endif // _KERNEL_H
+9
View File
@@ -0,0 +1,9 @@
/**
* Authors.....: Jens Steube <jens.steube@gmail.com>
* License.....: MIT
*/
#ifndef _LOOPBACK_H
#define _LOOPBACK_H
#endif // _LOOPBACK_H
+9
View File
@@ -0,0 +1,9 @@
/**
* Authors.....: Jens Steube <jens.steube@gmail.com>
* License.....: MIT
*/
#ifndef _OUTFILE_CHECK_H
#define _OUTFILE_CHECK_H
#endif // _OUTFILE_CHECK_H
+9
View File
@@ -0,0 +1,9 @@
/**
* Authors.....: Jens Steube <jens.steube@gmail.com>
* License.....: MIT
*/
#ifndef _POWERTUNE_H
#define _POWERTUNE_H
#endif // _POWERTUNE_H
+9
View File
@@ -0,0 +1,9 @@
/**
* Authors.....: Jens Steube <jens.steube@gmail.com>
* License.....: MIT
*/
#ifndef _REMOVE_H
#define _REMOVE_H
#endif // _REMOVE_H
+9
View File
@@ -0,0 +1,9 @@
/**
* Authors.....: Jens Steube <jens.steube@gmail.com>
* License.....: MIT
*/
#ifndef _RUNTIME_H
#define _RUNTIME_H
#endif // _RUNTIME_H
+4 -1
View File
@@ -8,7 +8,10 @@
#if defined (_POSIX)
#include <sys/time.h>
#else
#endif
#if defined (_WIN)
#include <windows.h>
#endif
#if defined (_WIN)
+9
View File
@@ -0,0 +1,9 @@
/**
* Authors.....: Jens Steube <jens.steube@gmail.com>
* License.....: MIT
*/
#ifndef _VERSION_H
#define _VERSION_H
#endif // _VERSION_H
+9
View File
@@ -0,0 +1,9 @@
/**
* Authors.....: Jens Steube <jens.steube@gmail.com>
* License.....: MIT
*/
#ifndef _WEAK_HASH_H
#define _WEAK_HASH_H
#endif // _WEAK_HASH_H