BALL 1.5.0
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
10#endif
11
12namespace BALL
13{
23 {
24 public:
27
28 private:
31 };
32}
33
34#endif // BALL_COMMON_INIT_H
Definition: constants.h:13
static GlobalInitializer * init()
#define BALL_EXPORT
Definition: COMMON/global.h:50