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