Files correlati : Commento : Spostamento in libraries delle librerie esterne di Campo per una maggiore pulizia e organizzazione git-svn-id: svn://10.65.10.50/branches/R_10_00@24150 c028cbd2-c16b-5b4b-a496-9718f37d4682
23 lines
641 B
C
23 lines
641 B
C
/////////////////////////////////////////////////////////////////////////////
|
|
// Name: symbols.h
|
|
// Purpose: Tex2RTF symbols file
|
|
// Author: Julian Smart
|
|
// Modified by:
|
|
// Created: 2002-03-26
|
|
// RCS-ID: $Id: symbols.h 30737 2004-11-23 17:40:26Z ABX $
|
|
// Copyright: (c) Julian Smart
|
|
// Licence: wxWindows licence
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef _TEX2RTF_SYMBOLS_H_
|
|
#define _TEX2RTF_SYMBOLS_H_
|
|
|
|
//// Build settings
|
|
|
|
// ScriptTracks version
|
|
#define TEX2RTF_VERSION_NUMBER wxVERSION_FLOAT
|
|
|
|
#endif
|
|
// _TEX2RTF_SYMBOLS_H_
|
|
|