LRT14  1.0
 All Classes Namespaces Functions Variables Enumerations Enumerator
Maintenance.h
1 #ifndef MAINTENANCE_H_
2 #define MAINTENANCE_H_
3 
4 class Maintenance
5 {
6 public:
7  static void Update();
8 };
9 
10 #endif