Files
BeamMP-Launcher/src/gui/gifs.h
2022-01-16 21:00:57 +02:00

12 lines
209 B
C++

///
/// Created by Anonymous275 on 7/17/21
/// Copyright (c) 2021-present Anonymous275 read the LICENSE file for more info.
///
#pragma once
class gif{
public:
static const unsigned char Logo[30427];
};