porymap/include/core/stamp.h
2023-02-28 10:21:08 -06:00

11 lines
91 B
C++

#ifndef STAMP_H
#define STAMP_H
class Stamp
{
public:
Stamp();
};
#endif // STAMP_H