#define TP_DECL_G
#include "tp_decl.h"

void _TP_Decl_init()
{
  static int _was_initialized = 0;
  if (_was_initialized++)
    return;
  TexFile = NULL;
  DebugFile = NULL;
  MidiFile = NULL;
}
