porymap/include/core/stamp.h

12 lines
91 B
C
Raw Normal View History

2023-02-28 16:21:08 +00:00
#ifndef STAMP_H
#define STAMP_H
class Stamp
{
public:
Stamp();
};
#endif // STAMP_H