switchbrew / libnx

Library for Switch Homebrew

Home Page:https://switchbrew.github.io/libnx/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

set.h have no guardian

ctxnop opened this issue · comments

The switch/services/set.h doesn't have any include guardian (like pragma once, just like other include files).
As long as it contains some enums and definitions, we should be able to include it in multiple sources file.