view src/x_hover.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

/*
 *        x_hover.h
 *        AYM 2000-11-08
 */


#ifndef YH_X_HOVER                /* DO NOT INSERT ANYTHING BEFORE THIS LINE */
#define YH_X_HOVER


class Objid;


void GetCurObject(Objid & o, int objtype, int x, int y);


#endif /* DO NOT ADD ANYTHING AFTER THIS LINE */