.Simulation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
StringResource.h
1 // StringResource.h - Program String Resource Sheet
2 // Written By Jesse Zhong
3 #include "stdafx.h"
4 
5 // Enumerate All Strings
6 const QString SRC_START = "Play";
7 const QString SRC_STOP = "Stop";