summaryrefslogtreecommitdiffstats
path: root/includes/comlock.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'includes/comlock.hpp')
-rw-r--r--includes/comlock.hpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/includes/comlock.hpp b/includes/comlock.hpp
new file mode 100644
index 0000000..d5b7d16
--- /dev/null
+++ b/includes/comlock.hpp
@@ -0,0 +1,22 @@
+//-*- mode: c++; indent-tabs-mode: t; coding: utf-8; show-trailing-whitespace: t -*-
+
+// file comlock.hpp
+
+#ifndef _COMLOCK_HPP
+#define _COMLOCK_HPP
+
+#include <iostream>
+#include <iomanip>
+#include <cstddef>
+#include <string>
+#include <vector>
+
+namespace comlock {
+
+ extern std::string pLocker[ 2 ];
+
+}
+
+#endif // _COMLOCK_HPP
+
+// end of file comlock.hpp