added Status for get_module()

This commit is contained in:
Felix Geyer 2004-03-08 17:26:38 +00:00
parent d37bdc026c
commit 96ab54a107

View File

@ -207,4 +207,16 @@ enum {
force_exactfile = 0, /* File on client must exactly match server's file */
force_model_samebounds, /* For model files only, the geometry must fit in the same bbox */
force_model_specifybounds, /* For model files only, the geometry must fit in the specified bbox */
}
}
/* Status for get_module() */
enum {
module_none = 0,
module_query,
module_badload,
module_loaded,
module_noinfo,
module_noquery,
module_noattach,
module_old,
};