more updates to preferences dialog and supporting code. almost done.

This commit is contained in:
Axel Kohlmeyer
2023-08-02 17:28:34 -04:00
parent 97d406f2ff
commit 2808a78822
6 changed files with 238 additions and 30 deletions

View File

@ -34,6 +34,8 @@ public:
bool is_running();
bool has_error() const;
int get_last_error_message(char *errorbuf, int buflen);
bool config_has_package(const char *pkg) const;
bool has_gpu_device() const;
bool load_lib(const char *lammpslib);
bool has_plugin() const;