DEBSOURCES
Skip Quicknav
sources / gravitywars / 1.102-36 / init.h
1234567891011
#ifndef INIT_H #define INIT_H int initScreen(); void initParams(); void readquotes(char *dest); void loaddata(); int loadGfx(); int rotGfx(); #endif