diff options
| author | Julian Blake Kongslie | 2022-06-23 17:46:19 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-06-23 17:46:19 -0700 |
| commit | e94cf0292758b8af5744c2331403580e1792acf7 (patch) | |
| tree | 984ffe5c6e50e0f42dcc5216e03b1cc9160e7cff /aisa/aisa.h | |
| download | issim-e94cf0292758b8af5744c2331403580e1792acf7.tar.xz | |
Initial commit.
Diffstat (limited to 'aisa/aisa.h')
| -rw-r--r-- | aisa/aisa.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/aisa/aisa.h b/aisa/aisa.h new file mode 100644 index 0000000..b570d6b --- /dev/null +++ b/aisa/aisa.h | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | namespace aisa { | ||
| 4 | |||
| 5 | void do_something(); | ||
| 6 | |||
| 7 | } | ||
