11 lines
132 B
C++
11 lines
132 B
C++
#ifndef HISTORIENDATA_H
|
|
#define HISTORIENDATA_H
|
|
|
|
|
|
class CHistorienData
|
|
{
|
|
public:
|
|
CHistorienData();
|
|
};
|
|
|
|
#endif // HISTORIENDATA_H
|