8 lines
110 B
C
8 lines
110 B
C
|
#ifndef DESCSS_Material_h
|
||
|
#define DESCSS_Material_h
|
||
|
|
||
|
#include "G4Material.hh"
|
||
|
|
||
|
void DefineMaterials();
|
||
|
|
||
|
#endif
|