mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-28 03:25:30 -05:00
Bootstrap stamping
This commit is contained in:
11
include/core/stamp.h
Normal file
11
include/core/stamp.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef STAMP_H
|
||||
#define STAMP_H
|
||||
|
||||
|
||||
class Stamp
|
||||
{
|
||||
public:
|
||||
Stamp();
|
||||
};
|
||||
|
||||
#endif // STAMP_H
|
||||
Reference in New Issue
Block a user