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