diff options
| author | Juan Linietsky | 2015-04-18 19:06:58 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-04-18 19:06:58 -0300 |
| commit | b66b86b05eca3b557700d0249fc3874099056638 (patch) | |
| tree | 7eb6b8af3b80f5cc5d1535b24746f662f09f1d99 /core/reference.h | |
| parent | 701335e845166acb2a386778a70476ee57f33919 (diff) | |
| download | godot-b66b86b05eca3b557700d0249fc3874099056638.tar.gz godot-b66b86b05eca3b557700d0249fc3874099056638.tar.zst godot-b66b86b05eca3b557700d0249fc3874099056638.zip | |
Diffstat (limited to 'core/reference.h')
| -rw-r--r-- | core/reference.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/reference.h b/core/reference.h index 54838e057..544da4104 100644 --- a/core/reference.h +++ b/core/reference.h @@ -53,6 +53,7 @@ public: bool init_ref(); void reference(); bool unreference(); + int reference_get_count() const; Reference(); ~Reference(); |
