diff options
author | Ryan <fauxpark@gmail.com> | 2023-03-24 04:21:37 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-23 17:21:37 +0000 |
commit | 1e07ff1fb108a305feca659b17ec03ba3e750455 (patch) | |
tree | 2e6de7250e713a53a9c5d35759e3b6add867ebb4 /keyboards/horrortroll | |
parent | fa4dfb542fb62e0279e679a10f1ea7e01b4bf61c (diff) |
Fix some more missing `#pragma once`s (#20241)
Diffstat (limited to 'keyboards/horrortroll')
4 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/horrortroll/handwired_k552/lib/bongocat.h b/keyboards/horrortroll/handwired_k552/lib/bongocat.h index 65ceabc682..2ffeca1993 100644 --- a/keyboards/horrortroll/handwired_k552/lib/bongocat.h +++ b/keyboards/horrortroll/handwired_k552/lib/bongocat.h @@ -14,4 +14,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#pragma once + void render_bongocat(void); diff --git a/keyboards/horrortroll/handwired_k552/lib/galaxy.h b/keyboards/horrortroll/handwired_k552/lib/galaxy.h index 54ce2ad90a..3173278eff 100644 --- a/keyboards/horrortroll/handwired_k552/lib/galaxy.h +++ b/keyboards/horrortroll/handwired_k552/lib/galaxy.h @@ -14,4 +14,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#pragma once + void render_galaxy(void); diff --git a/keyboards/horrortroll/handwired_k552/lib/logo.h b/keyboards/horrortroll/handwired_k552/lib/logo.h index 5a917ae820..ba53e55476 100644 --- a/keyboards/horrortroll/handwired_k552/lib/logo.h +++ b/keyboards/horrortroll/handwired_k552/lib/logo.h @@ -14,4 +14,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#pragma once + void render_logo(void); diff --git a/keyboards/horrortroll/lemon40/lib/bongocat.h b/keyboards/horrortroll/lemon40/lib/bongocat.h index 65ceabc682..2ffeca1993 100644 --- a/keyboards/horrortroll/lemon40/lib/bongocat.h +++ b/keyboards/horrortroll/lemon40/lib/bongocat.h @@ -14,4 +14,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#pragma once + void render_bongocat(void); |