mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
c70d485d35
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>
8 lines
94 B
C++
8 lines
94 B
C++
#ifndef J2DTEXTBOX_H_
|
|
#define J2DTEXTBOX_H_
|
|
|
|
#include "global.h"
|
|
|
|
class J2DTextBox {};
|
|
|
|
#endif |