naev 0.10.4
intro.h
1/*
2 * See Licensing and Copyright notice in naev.h
3 */
4#pragma once
5
6int intro_display( const char *text, const char *mus );
int intro_display(const char *text, const char *mus)
Displays the introduction sequence.
Definition: intro.c:306