mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 13:53:57 -07:00
14 lines
No EOL
277 B
C
14 lines
No EOL
277 B
C
// ProfileViewer.h
|
|
//
|
|
// A temporary interface for viewing profile information
|
|
|
|
#ifndef PROFILE_VIEWER_INCLUDED
|
|
#define PROFILE_VIEWER_INCLUDED
|
|
|
|
#include "input.h"
|
|
|
|
void ResetProfileViewer();
|
|
void RenderProfile();
|
|
int profilehandler( const SDL_Event* ev );
|
|
|
|
#endif |