test_sdk/core/gtl.h

13 lines
116 B
C
Raw Permalink Normal View History

#ifndef GTL_H
#define GTL_H
namespace gtl
{
enum units
{
unit,
db
};
}
#endif // GTL_H