mirror of
https://github.com/NishiOwO/tkwww.git
synced 2025-04-21 16:54:40 +00:00
20 lines
340 B
C
20 lines
340 B
C
/* /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTPlain.html
|
|
PLAIN TEXT OBJECT
|
|
|
|
What a small file!
|
|
|
|
*/
|
|
#ifndef HTPLAIN_H
|
|
#define HTPLAIN_H
|
|
|
|
#include "HTFormat.h"
|
|
|
|
extern HTConverter HTPlainPresent;
|
|
|
|
#endif
|
|
|
|
|
|
/*
|
|
|
|
*/
|