mirror of
https://github.com/AxioDL/kabufuda.git
synced 2025-12-08 13:14:57 +00:00
Add doxyfile
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user