default_fsa.hpp 270 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 /* * File: default_fsa.hpp * Author: mlenart * * Created on 21 październik 2013, 17:50 */ #ifndef DEFAULT_FSA_HPP #define DEFAULT_FSA_HPP extern const unsigned char DEFAULT_FSA[]; extern const unsigned char DEFAULT_SYNTH_FSA[]; #endif /* DEFAULT_FSA_HPP */