shithub: rgbds

ref: 81ea39effe3a9cd4cd03312f5cc7b2701e26c7a4
dir: /include/types.h/

View raw version
/*
 * This file is part of RGBDS.
 *
 * Copyright (c) 1997-2018, Carsten Sorensen and RGBDS contributors.
 *
 * SPDX-License-Identifier: MIT
 */

#ifndef RGBDS_TYPES_H
#define RGBDS_TYPES_H

#ifndef _MAX_PATH
#define _MAX_PATH 512
#endif

#endif /* RGBDS_TYPES_H */