view src/editloop.h @ 25:8eaf72e2041b

Reindent the source using GNU indent and "indent -i4 -bli0 -npcs -nprs -npsl". Fix the problems introduced afterwards.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 24 Sep 2011 14:16:04 +0300
parents 7817e13d25ea
children a68786b9c74b
line wrap: on
line source

/*
 *	editloop.h
 *	AYM 1998-09-06
 */


void EditorLoop(const char *);	/* SWAP! */
const char *SelectLevel(int levelno);
int InputSectorType(int x0, int y0, int *number);
int InputLinedefType(int x0, int y0, int *number);
int InputThingType(int x0, int y0, int *number);