mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-18 06:10:13 +00:00
12 lines
209 B
C++
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];
|
|
};
|