diff options
Diffstat (limited to 'Project1/header.h')
| -rw-r--r-- | Project1/header.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Project1/header.h b/Project1/header.h index 6f70f09..2676c51 100644 --- a/Project1/header.h +++ b/Project1/header.h @@ -1 +1,10 @@ -#pragma once +#ifndef MY_HEADER_FILE_H +#define MY_HEADER_FILE_H + + + + + + + +#endif MY_HEADER_FILE_H |