diff options
| author | Connor McDowell <[email protected]> | 2024-01-30 11:32:03 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-01-30 11:32:03 -0800 |
| commit | d9b57ba35c150375efb71c502bd40452b4c34e5c (patch) | |
| tree | 64bf73fd9bcaf62bbc2c981d0224dc75e5c4c081 /Project1/header.h | |
| parent | project file created, source file created, header file created. (diff) | |
| download | homework-3-connormcdowell275-d9b57ba35c150375efb71c502bd40452b4c34e5c.tar.xz homework-3-connormcdowell275-d9b57ba35c150375efb71c502bd40452b4c34e5c.zip | |
.cpp and .h formatted
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 |