Files
geant4/source/externals/g4tools/include/tools/rroot/date
T
2021-06-25 16:12:29 +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