Blame view

morfeusz/data/default_fsa.hpp 295 Bytes
Michał Lenart authored
1
2
3
4
5
6
7
8
9
10
/* 
 * File:   default_fsa.hpp
 * Author: mlenart
 *
 * Created on 21 październik 2013, 17:50
 */

#ifndef DEFAULT_FSA_HPP
#define	DEFAULT_FSA_HPP
Michał Lenart authored
11
12
namespace morfeusz {
Michał Lenart authored
13
extern const unsigned char DEFAULT_FSA[];
Michał Lenart authored
14
extern const unsigned char DEFAULT_SYNTH_FSA[];
Michał Lenart authored
15
Michał Lenart authored
16
17
}
Michał Lenart authored
18
19
#endif	/* DEFAULT_FSA_HPP */