9 lines
83 B
C++
9 lines
83 B
C++
#pragma once
|
|
|
|
class Handler_TA
|
|
{
|
|
public:
|
|
Handler_TA(void);
|
|
~Handler_TA(void);
|
|
};
|