Skip to content

Commit

Permalink
Update hook_list.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsheh11 authored Mar 29, 2024
1 parent a7043d1 commit 6e72bb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reapi/src/hook_list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ inline size_t getFwdParamType(void(*)(resourcetype_t)) { return FP_CELL
inline size_t getFwdParamType(void(*)(cmd_source_t)) { return FP_CELL; }
inline size_t getFwdParamType(void(*)(GameEventType)) { return FP_CELL; }
inline size_t getFwdParamType(void(*)(float*)) { return FP_ARRAY; }
inline size_t getFwdParamType(void(*)(const float*)) { return FP_ARRAY; }

template <typename T>
inline size_t getFwdParamType(void(*)(T *)) { return FP_CELL; }
Expand Down

0 comments on commit 6e72bb6

Please sign in to comment.