Files
2021-06-25 16:12:29 +02:00

17 lines
221 B
Plaintext

// Copyright (C) 2010, Guy Barrand. All rights reserved.
// See the file tools.license for terms.
#ifndef tools_sg_lpat
#define tools_sg_lpat
namespace tools {
namespace sg {
typedef unsigned short lpat;
}}
#endif