melonDS
melonDS copied to clipboard
#pragma once on all melonDS headers
Addresses https://github.com/Arisotura/melonDS/pull/757#issuecomment-692364390.
Is there an advantage to using #pragma once
vs normal include guards?
the linked comment says it "reduces problems with header name clashing"