mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
6 lines
No EOL
84 B
C++
6 lines
No EOL
84 B
C++
#pragma once
|
|
|
|
namespace credits
|
|
{
|
|
void renderCredits(int wwidth, int wheight);
|
|
} |