summaryrefslogtreecommitdiffstats
path: root/includes/comlock.hpp
blob: d5b7d16669cb6cb0b8d47cb54f7812f2f7baa964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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