mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-04 14:09:47 +03:00
13 lines
173 B
C++
13 lines
173 B
C++
#pragma once
|
|
|
|
#ifdef USE_OLD_CPP
|
|
#ifndef constexpr
|
|
#define constexpr const
|
|
#endif
|
|
#ifndef nullptr
|
|
#define nullptr NULL
|
|
#endif
|
|
#ifndef override
|
|
#define override
|
|
#endif
|
|
#endif |