mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 00:45:46 -04:00
5 lines
75 B
C++
5 lines
75 B
C++
#pragma once
|
|
#include "pse/types.h"
|
|
|
|
constexpr u32 SAVE_STATE_VERSION = 1;
|