Files
geant4/source/analysis/g4tools/include/tools/rroot/date
T
2016-06-10 12:08:39 +02:00

15 lines
226 B
Plaintext

// Copyright (C) 2010, Guy Barrand. All rights reserved.
// See the file tools.license for terms.
#ifndef tools_rroot_date
#define tools_rroot_date
namespace tools {
namespace rroot {
typedef unsigned int date;
}}
#endif