Implement tarot card face

This commit is contained in:
Jeremy O'Brien
2023-01-10 22:59:17 -05:00
parent 280d8b246a
commit a0524ba4e6
4 changed files with 256 additions and 0 deletions

View File

@@ -69,6 +69,7 @@
#include "databank_face.h"
#include "tempchart_face.h"
#include "tally_face.h"
#include "tarot_face.h"
// New includes go above this line.
#endif // MOVEMENT_FACES_H_