- [NEW] Cat's Life

This commit is contained in:
2024-07-25 10:16:57 +02:00
parent 1f6ce61ee2
commit 8c8449fb16
10 changed files with 107 additions and 10 deletions

10
source/m_catslife.h Normal file
View File

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