Chat-O-Matic/application/Cardie.rdef

21 lines
321 B
Plaintext
Raw Normal View History

2021-06-22 01:06:00 -05:00
#include "Cardie.h"
2021-06-20 12:44:20 -05:00
resource app_signature APP_SIGNATURE;
resource app_version {
major = 0,
middle = 0,
minor = 3,
variety = B_APPV_ALPHA,
internal = 0,
2021-06-22 01:06:00 -05:00
short_info = APP_NAME,
2021-07-11 15:30:34 -05:00
long_info = "©2009-2021 Cardie, Caya, & IMKit Contributors"
};
resource app_flags B_SINGLE_LAUNCH;
resource file_types message;