mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-06 06:05:43 -04:00
7 lines
220 B
C
7 lines
220 B
C
// SPDX-FileCopyrightText: 2019-2023 Connor McLaughlin <stenzek@gmail.com>
|
|
// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0)
|
|
|
|
#pragma once
|
|
#include "common/types.h"
|
|
|
|
static constexpr u32 SHADER_CACHE_VERSION = 10; |