You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
403 B
C++
17 lines
403 B
C++
#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_
|
|
|