mirror of
https://github.com/zeldaret/tp
synced 2026-09-12 20:36:19 -04:00
normalize header guards to {tu_name}_H_ (#87)
i previously had a bad habit of using double underscores in include guard macro names, which are implementation-reserved per the C++98 standard (see 17.4.3.1.2 Global names). Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef __JUTILITY_JUTVIDEO_JUTVIDEO_H__
|
||||
#define __JUTILITY_JUTVIDEO_JUTVIDEO_H__
|
||||
#ifndef JUTILITY_JUTVIDEO_JUTVIDEO_H_
|
||||
#define JUTILITY_JUTVIDEO_JUTVIDEO_H_
|
||||
|
||||
#include "gx/GX.h"
|
||||
#include "os/OS.h"
|
||||
|
||||
Reference in New Issue
Block a user