This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
fte/clip_no.cpp

19 lines
308 B
C++

/* clip_no.cpp
*
* Copyright (c) 1994-1996, Marko Macek
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
*
*/
#include "fte.h"
int GetPMClip() {
return 0;
}
int PutPMClip() {
return 0;
}