summaryrefslogtreecommitdiffstats
path: root/Example/Hello/hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'Example/Hello/hello.h')
-rw-r--r--Example/Hello/hello.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/Example/Hello/hello.h b/Example/Hello/hello.h
deleted file mode 100644
index b17d683..0000000
--- a/Example/Hello/hello.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _hello_h
-#define _hello_h
-
-
-class Hello
-{
-public:
- void Print();
-};
-
-#endif