- Mòdul del logo de 'JAILGAMES' fet

This commit is contained in:
2024-07-05 13:51:23 +02:00
parent c48ba26b64
commit 0cee2e3c36
8 changed files with 165 additions and 5 deletions

10
source/m_logo.h Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
namespace modules
{
namespace logo
{
void init();
bool loop();
}
}