Skip to content

Commit 69919a4

Browse files
committed
Add missing forwards to include
1 parent 325692b commit 69919a4

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

amxmodx/scripting/include/player_prefs.inc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55

66
#pragma reqlib player_prefs_core
77

8+
// TODO: docs
9+
forward pp_initialized(const bool:bSuccess);
10+
forward pp_player_loaded(const playerIndex);
11+
forward pp_player_saved(const playerIndex);
12+
813
/**
914
* Возвращает true, если предпочтения игрока загружены из провайдера
1015
* и готовы к использованию.

amxmodx/scripting/player_prefs_core.sma

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ new g_iProviderForwards[ProviderForward];
2727

2828
public plugin_init()
2929
{
30-
register_plugin("Player Prefs Core", "1.0.0", "ufame");
30+
register_plugin("Player Prefs Core", "1.0.1", "ufame");
3131

3232
g_tKeyDefaults = TrieCreate();
3333

0 commit comments

Comments
 (0)