mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07: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 __J2DPICTURE_H_
|
||||
#define __J2DPICTURE_H_
|
||||
#ifndef J2DPICTURE_H_
|
||||
#define J2DPICTURE_H_
|
||||
|
||||
#include "global.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __J2DSCREEN_H_
|
||||
#define __J2DSCREEN_H_
|
||||
#ifndef J2DSCREEN_H_
|
||||
#define J2DSCREEN_H_
|
||||
|
||||
#include "global.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __J2DTEXTBOX_H_
|
||||
#define __J2DTEXTBOX_H_
|
||||
#ifndef J2DTEXTBOX_H_
|
||||
#define J2DTEXTBOX_H_
|
||||
|
||||
#include "global.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __J3DANIMATION_H_
|
||||
#define __J3DANIMATION_H_
|
||||
#ifndef J3DANIMATION_H_
|
||||
#define J3DANIMATION_H_
|
||||
|
||||
#include "global.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef JSYSTEM_JGADGET_BINARY_H
|
||||
#define JSYSTEM_JGADGET_BINARY_H
|
||||
#ifndef JSYSTEM_JGADGET_BINARY_H_
|
||||
#define JSYSTEM_JGADGET_BINARY_H_
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef JSYSTEM_JGADGET_LINKLIST_H
|
||||
#define JSYSTEM_JGADGET_LINKLIST_H
|
||||
#ifndef JSYSTEM_JGADGET_LINKLIST_H_
|
||||
#define JSYSTEM_JGADGET_LINKLIST_H_
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __JKRARAM_H__
|
||||
#define __JKRARAM_H__
|
||||
#ifndef JKRARAM_H_
|
||||
#define JKRARAM_H_
|
||||
|
||||
#include "JSystem/JKernel/JKRAramHeap/JKRAramHeap.h"
|
||||
#include "JSystem/JKernel/JKRDvdRipper/JKRDvdRipper.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __JKRARAMARCHIVE_H__
|
||||
#define __JKRARAMARCHIVE_H__
|
||||
#ifndef JKRARAMARCHIVE_H_
|
||||
#define JKRARAMARCHIVE_H_
|
||||
|
||||
#include "JSystem/JKernel/JKRArchive/JKRArchive.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __JKRARAMBLOCK_H__
|
||||
#define __JKRARAMBLOCK_H__
|
||||
#ifndef JKRARAMBLOCK_H_
|
||||
#define JKRARAMBLOCK_H_
|
||||
|
||||
#include "JSystem/JSupport/JSUList/JSUList.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __JKRARAMHEAP_H__
|
||||
#define __JKRARAMHEAP_H__
|
||||
#ifndef JKRARAMHEAP_H_
|
||||
#define JKRARAMHEAP_H_
|
||||
|
||||
#include "JSystem/JKernel/JKRDisposer/JKRDisposer.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __JKRARAMPIECE_H__
|
||||
#define __JKRARAMPIECE_H__
|
||||
#ifndef JKRARAMPIECE_H_
|
||||
#define JKRARAMPIECE_H_
|
||||
|
||||
#include "JSystem/JSupport/JSUList/JSUList.h"
|
||||
#include "ar/ARQ.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __JKRARAMSTREAM_H__
|
||||
#define __JKRARAMSTREAM_H__
|
||||
#ifndef JKRARAMSTREAM_H_
|
||||
#define JKRARAMSTREAM_H_
|
||||
|
||||
#include "JSystem/JKernel/JKRThread/JKRThread.h"
|
||||
#include "JSystem/JSupport/JSUFileInputStream/JSUFileInputStream.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __JKRARCHIVEPUB_H__
|
||||
#define __JKRARCHIVEPUB_H__
|
||||
#ifndef JKRARCHIVEPUB_H_
|
||||
#define JKRARCHIVEPUB_H_
|
||||
|
||||
#include "JSystem/JKernel/JKRDecomp/JKRDecomp.h"
|
||||
#include "JSystem/JKernel/JKRFileLoader/JKRFileLoader.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __JKRASSERTHEAP_H__
|
||||
#define __JKRASSERTHEAP_H__
|
||||
#ifndef JKRASSERTHEAP_H_
|
||||
#define JKRASSERTHEAP_H_
|
||||
|
||||
#include "JSystem/JKernel/JKRHeap/JKRHeap.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __JKRCOMPARCHIVE_H__
|
||||
#define __JKRCOMPARCHIVE_H__
|
||||
#ifndef JKRCOMPARCHIVE_H_
|
||||
#define JKRCOMPARCHIVE_H_
|
||||
|
||||
#include "JSystem/JKernel/JKRArchive/JKRArchive.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __JKRCOMPREESION_H__
|
||||
#define __JKRCOMPREESION_H__
|
||||
#ifndef JKRCOMPREESION_H_
|
||||
#define JKRCOMPREESION_H_
|
||||
|
||||
#include "JSystem/JKernel/SArc.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __JKRDECOMP_H__
|
||||
#define __JKRDECOMP_H__
|
||||
#ifndef JKRDECOMP_H_
|
||||
#define JKRDECOMP_H_
|
||||
|
||||
#include "JSystem/JKernel/JKRCompression.h"
|
||||
#include "JSystem/JKernel/JKRThread/JKRThread.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __JKRDISPOSER_H__
|
||||
#define __JKRDISPOSER_H__
|
||||
#ifndef JKRDISPOSER_H_
|
||||
#define JKRDISPOSER_H_
|
||||
|
||||
#include "JSystem/JSupport/JSUList/JSUList.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __JKRDVDARAMRIPPER_H__
|
||||
#define __JKRDVDARAMRIPPER_H__
|
||||
#ifndef JKRDVDARAMRIPPER_H_
|
||||
#define JKRDVDARAMRIPPER_H_
|
||||
|
||||
#include "JSystem/JKernel/JKRDvdRipper/JKRDvdRipper.h"
|
||||
#include "JSystem/JSupport/JSUFileInputStream/JSUFileInputStream.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __JKRDVDARCHIVE_H__
|
||||
#define __JKRDVDARCHIVE_H__
|
||||
#ifndef JKRDVDARCHIVE_H_
|
||||
#define JKRDVDARCHIVE_H_
|
||||
|
||||
#include "JSystem/JKernel/JKRArchive/JKRArchive.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user