diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-27 08:57:04 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-28 07:40:56 +0100 |
commit | 192e1131873e66d2118afd7a6e13e5701053a4d0 (patch) | |
tree | 6199612811aae7d7de4aa3a22f347c96d197e908 /clientfiles/very-important-source-code/ft_tester/resource.h | |
parent | 7c8b01037e7dd6680d5cd9ba32c27c1a3ed52809 (diff) |
rename "clientfiles/" to "contrib/" as customary
Diffstat (limited to 'clientfiles/very-important-source-code/ft_tester/resource.h')
-rw-r--r-- | clientfiles/very-important-source-code/ft_tester/resource.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/clientfiles/very-important-source-code/ft_tester/resource.h b/clientfiles/very-important-source-code/ft_tester/resource.h deleted file mode 100644 index 8bba17b4..00000000 --- a/clientfiles/very-important-source-code/ft_tester/resource.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef IDC_STATIC -#define IDC_STATIC (-1) -#endif - -#define IDD_DIALOG1 100 -#define IDQUIT 1002 -#define IDC_YAW 1005 -#define IDC_PITCH 1023 -#define IDC_ROLL 1024 -#define IDC_X 1025 -#define IDC_Y 1026 -#define IDC_Z 1027 -#define IDC_RYAW 1028 -#define IDC_RPITCH 1029 -#define IDC_RROLL 1030 -#define IDC_RX 1031 -#define IDC_RY 1032 -#define IDC_RZ 1033 -#define IDC_NUM 1034 -#define IDC_RES 1035 -#define IDC_PT0 1036 -#define IDC_PT1 1037 -#define IDC_PT2 1038 -#define IDC_PT3 1039 -#define IDC_START 1040 -#define IDC_TITLE 1041 - |