mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Rename "LOOT API" to "libloot"
To avoid confusion when talking about the library vs. its API. The GitHub repository has not yet been renamed, so all references to it are unchanged.
This commit is contained in:
@@ -26,7 +26,7 @@ along with LOOT. If not, see
|
||||
#define LOOT_EDGE_TYPE
|
||||
|
||||
/**
|
||||
* The namespace used by the LOOT API.
|
||||
* The namespace used by libloot.
|
||||
*/
|
||||
namespace loot {
|
||||
/**
|
||||
|
||||
@@ -26,7 +26,7 @@ along with LOOT. If not, see
|
||||
#define LOOT_GAME_TYPE
|
||||
|
||||
/**
|
||||
* The namespace used by the LOOT API.
|
||||
* The namespace used by libloot.
|
||||
*/
|
||||
namespace loot {
|
||||
/** @brief Codes used to create database handles for specific games. */
|
||||
|
||||
@@ -26,7 +26,7 @@ along with LOOT. If not, see
|
||||
#define LOOT_LOG_LEVEL
|
||||
|
||||
/**
|
||||
* The namespace used by the LOOT API.
|
||||
* The namespace used by libloot.
|
||||
*/
|
||||
namespace loot {
|
||||
/**
|
||||
|
||||
@@ -26,7 +26,7 @@ along with LOOT. If not, see
|
||||
#define LOOT_MESSAGE_TYPE
|
||||
|
||||
/**
|
||||
* The namespace used by the LOOT API.
|
||||
* The namespace used by libloot.
|
||||
*/
|
||||
namespace loot {
|
||||
/** @brief Codes used to indicate the type of a message. */
|
||||
|
||||
@@ -32,7 +32,7 @@ along with LOOT. If not, see
|
||||
namespace loot {
|
||||
/**
|
||||
* @brief A purely static class that provides information about the version of
|
||||
* the LOOT API that is being run.
|
||||
* libloot that is being run.
|
||||
*/
|
||||
class LootVersion {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user