res: No std header files in tutorial

This commit is contained in:
Eberhard Graether
2018-10-19 18:38:27 +02:00
parent 842bce8b32
commit bcbbb54b70
3 changed files with 15 additions and 4 deletions
@@ -0,0 +1,8 @@
#ifndef STRING_H
#define STRING_H
class String
{
};
#endif // STRING_H