view src/editloop.h @ 117:0612954ba99c default tip

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Oct 2014 16:36:48 +0300
parents a68786b9c74b
children
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);