mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Follow Linux kernel coding style. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
9 lines
120 B
C
9 lines
120 B
C
#ifndef RGBDS_TYPES_H
|
|
#define RGBDS_TYPES_H
|
|
|
|
#ifndef _MAX_PATH
|
|
#define _MAX_PATH 512
|
|
#endif
|
|
|
|
#endif /* RGBDS_TYPES_H */
|