8 lines
101 B
C++
Executable file
8 lines
101 B
C++
Executable file
#ifndef TPX_UTILS_H
|
|
#define TPX_UTILS_H
|
|
|
|
namespace tpx {
|
|
Substance * GetSub(int isub);
|
|
}
|
|
|
|
#endif
|