mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-22 04:15:44 +02:00
Modernize include guards and add missing ones (#9898)
This commit is contained in:
@@ -109,6 +109,8 @@
|
||||
* <appro@fy.chalmers.se>
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#if !defined(DATA_ORDER_IS_BIG_ENDIAN) && !defined(DATA_ORDER_IS_LITTLE_ENDIAN)
|
||||
# error "DATA_ORDER must be defined!"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user