aboutsummaryrefslogtreecommitdiff
path: root/src/Hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Hello.h')
-rw-r--r--src/Hello.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/Hello.h b/src/Hello.h
deleted file mode 100644
index 1ec1f96..0000000
--- a/src/Hello.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef SRC_HELLO_H_
-#define SRC_HELLO_H_
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-void printMessage(const char* message);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* SRC_HELLO_H_ */