Yurttas/PL/OOL/CS/F/02/05/10/00/03/common.h

From ZCubes Wiki
Revision as of 07:28, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="cpp" line start="1" enclose="div">// common.h #include <vector> #include <string> using namespace std; </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
1// common.h
2
3
4#include <vector>
5
6#include <string>
7
8using namespace std;