14 lines
194 B
Plaintext
14 lines
194 B
Plaintext
// Copyright (C) 2010, Guy Barrand. All rights reserved.
|
|
// See the file tools.license for terms.
|
|
|
|
#ifndef tools_cid
|
|
#define tools_cid
|
|
|
|
namespace tools {
|
|
|
|
typedef unsigned short cid;
|
|
|
|
}
|
|
|
|
#endif
|