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