-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
OpeningSplashScreen.h
22 lines (19 loc) · 952 Bytes
/
OpeningSplashScreen.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Filename: OpeningSplashScreen.h
// Declarations specific to the opening splash screen should go here.
//
// Project Codename: GameB
// TODO: Come up with a better name later.
// 2020 Joseph Ryan Ries <[email protected]>
// My YouTube series where we program an entire video game from scratch in C.
// Watch it on YouTube: https://www.youtube.com/watch?v=3zFFrBSdBvA
// Follow along on GitHub: https://github.com/ryanries/GameB
// Find me on Twitter @JosephRyanRies
// # License
// ----------
// The source code in this project is licensed under the MIT license.
// The media assets such as artwork, custom fonts, music and sound effects are licensed under a separate license.
// A copy of that license can be found in the 'Assets' directory.
// stb_vorbis by Sean Barrett is public domain and a copy of its license can be found in the stb_vorbis.c file.
#pragma once
void DrawOpeningSplashScreen(void);
void PPI_OpeningSplashScreen(void);