mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
9 lines
146 B
C++
9 lines
146 B
C++
/* SPDX-License-Identifier: MIT */
|
|
|
|
#ifndef RGBDS_GFX_REVERSE_HPP
|
|
#define RGBDS_GFX_REVERSE_HPP
|
|
|
|
void reverse();
|
|
|
|
#endif // RGBDS_GFX_REVERSE_HPP
|