Code_TYMPAN  4.2.0
Industrial site acoustic simulation
init_registry.h
Go to the documentation of this file.
1 #ifndef TYMPAN__INIT_REGISTRY_H_INCLUDED
2 #define TYMPAN__INIT_REGISTRY_H_INCLUDED
3 
4 namespace tympan
5 {
6 // Register all Tympan business classes
7 void init_registry();
8 }
9 
10 #endif // TYMPAN__INIT_REGISTRY_H_INCLUDED
void init_registry()