123456789101112131415161718192021 |
- #include "ChatOMatic.h"
- resource app_signature APP_SIGNATURE;
- resource app_version {
- major = 0,
- middle = 0,
- minor = 3,
- variety = B_APPV_ALPHA,
- internal = 0,
- short_info = APP_NAME,
- long_info = "©2009-2021 Chat-O-Matic, Caya, & IMKit Contributors"
- };
- resource app_flags B_SINGLE_LAUNCH;
- resource file_types message;
|