12 lines
194 B
C
Executable file
12 lines
194 B
C
Executable file
#ifndef TPX_SUBS_H
|
|
#define TPX_SUBS_H
|
|
|
|
// #include "HFC134a.h"
|
|
#include "Hydrogen.h"
|
|
#include "Methane.h"
|
|
#include "Nitrogen.h"
|
|
#include "Oxygen.h"
|
|
#include "Water.h"
|
|
// #include "lk.h"
|
|
|
|
#endif
|