Add new prompt consts

This commit is contained in:
Vortrex
2021-01-19 04:43:59 -06:00
parent 946b394fab
commit c143b6b43e

View File

@@ -9,7 +9,9 @@
// ===========================================================================
// Prompts (used for client GUI prompt responses)
const AG_PROMPT_NONE = 0;
const AG_PROMPT_CREATEFIRSTCHAR = 1;
const AG_PROMPT_BIZORDER = 2;
// Job Types
const AG_JOB_NONE = 0;