mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-04 11:00:04 -04:00
13 lines
195 B
C
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 |