blob: 898c7567f98fd2a9756757e7c09864559d61de5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef WXMAIN_DEVDATA_H_
#define WXMAIN_DEVDATA_H_
#include <array>
#include <wx/string.h>
extern const std::array<wxString, 6> srateValues;
extern const std::array<unsigned int, 6> srateNums;
extern const char *makefile_text_h7;
extern const char *makefile_text_l4;
extern const char *file_header_h7;
extern const char *file_header_l4;
extern const char *file_content;
#endif // WXMAIN_DEVDATA_H_
|