Files
BlitzNext/ide/about.h
T
Michael Fabian 'Xaymar' Dirks c2f795e4ef ide, launcher: Move to new directory
2019-01-19 18:31:46 +01:00

7 lines
72 B
C

#ifndef ABOUT_H
#define ABOUT_H
void aboutBlitz( bool delay );
#endif