Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
opal hart (opal@ap.maladaptive.art)'s status on Sunday, 16-Oct-2022 13:31:02 JSTopal hart @djsumdog you can use `#pragma once` instead of ifdef guards, it's well-supported on most compilers. anyway that's up to you, the only real reason to even guard header files is to avoid recursive dependencies by headers that indiscriminately include other stuff