chore(core,lib): add #pragma once to header files

This commit is contained in:
Masahiko AMANO 2023-01-13 00:28:14 +03:00
parent 7f31d62260
commit 50b1300847
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
// Tanabata file manager core lib
// By Masahiko AMANO aka H1K0
#pragma once
#ifndef TANABATA_CORE_H
#define TANABATA_CORE_H

View File

@ -1,6 +1,7 @@
// Tanabata file manager lib
// By Masahiko AMANO aka H1K0
#pragma once
#ifndef TANABATA_H
#define TANABATA_H