BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
init.h
Go to the documentation of this file.
1 // -*- Mode: C++; tab-width: 2; -*-
2 // vi: set ts=2:
3 //
4 
5 #ifndef BALL_COMMON_INIT_H
6 #define BALL_COMMON_INIT_H
7 
8 #ifndef BALL_COMMON_GLOBAL_H
9 #include <BALL/COMMON/global.h>
10 #endif
11 
12 namespace BALL
13 {
23  {
24  public:
26  static GlobalInitializer* init();
27 
28  private:
31  };
32 }
33 
34 #endif // BALL_COMMON_INIT_H
#define BALL_EXPORT
Definition: COMMON/global.h:50