nwn1::Profile
-
struct Profile : public nw::GameProfile
NWN1 Game Profile.
Public Functions
-
virtual ~Profile() = default
-
virtual bool load_rules() const override
Load rules
See also
rules.hppandrules.cpp
-
virtual bool load_resources() override
Load containers into resman.
-
inline virtual void load_custom_services()
Load any custom services that the game profile might need. Default: No-op.
-
virtual ~Profile() = default