Add doxyfile

This commit is contained in:
2016-03-25 22:32:51 -07:00
parent 3f70c1b73a
commit a2a7386a46
4 changed files with 2633 additions and 22 deletions

View File

@@ -4,9 +4,5 @@
int main()
{
card::Card card{"test.mc"};
card.setGame("GM8E");
card.setMaker("01");
printf("Selected Game ID: %.4s\n", card.getGame());
printf("Selected Maker ID: %.2s\n", card.getMaker());
return 0;
}