mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Implement inline palette spec parsing
This commit is contained in:
16
include/gfx/pal_spec.hpp
Normal file
16
include/gfx/pal_spec.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* This file is part of RGBDS.
|
||||
*
|
||||
* Copyright (c) 2022, Eldred Habert and RGBDS contributors.
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#ifndef RGBDS_GFX_PAL_SPEC_HPP
|
||||
#define RGBDS_GFX_PAL_SPEC_HPP
|
||||
|
||||
#include <string_view>
|
||||
|
||||
void parseInlinePalSpec(char const * const arg);
|
||||
|
||||
#endif /* RGBDS_GFX_PAL_SPEC_HPP */
|
||||
Reference in New Issue
Block a user