This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
neofx-zoomedit/edit.h

16 lines
236 B
C
Raw Normal View History

#ifndef EDIT_H_
#define EDIT_H_
#include "level.h"
#define EDIT_MODE_VIEW 0
#define EDIT_MODE_SELECTED 1
#define EDIT_MODE_ADD 2
int getEditMode();
ROOM *getActiveRoom();
void setActiveRoom(ROOM *room);
#endif /*EDIT_H_*/