6f8580bba9689504ee0eb0d9120ece60f44d2ce9
[pandora-libraries.git] / minimenu / mmwrapcmd.h
1
2 #ifndef h_mmwrapcmd_h
3 #define h_mmwrapcmd_h
4
5 // since only like 2 or 3 commands, no need for enum's/etc
6
7 #define MM_QUIT "quit"
8 #define MM_RUN "run"
9
10 #endif