Files
Descent3/editor/ObjectClipboard.h
2024-04-19 14:58:24 -06:00

13 lines
195 B
C

#ifndef _OBJECTCLIPB_H_
#define _OBJECTCLIPB_H_
extern object ClipBoardObject;
extern bool ObjectInBuffer;
bool ObjectCut();
bool ObjectPaste();
bool ObjectCopy();
bool ObjectDelete();
#endif