JKSV/Include/Data/Data.hpp
2024-12-05 20:04:47 -05:00

7 lines
60 B
C++

#pragma once
namespace Data
{
bool Initialize(void);
}