diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-04-17 13:27:52 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-04-17 13:27:52 -0400 |
| commit | a116292705d0c04d6ef9765c9b637900062fc825 (patch) | |
| tree | 08c743d0584c25fbd1b09c92d989e7a448c9a9d6 /src/d/d_operate_wind.cpp | |
| parent | 2b71216c8b1c3523888e137a4e50c40a7b739ec1 (diff) | |
add static keyword in more places
Diffstat (limited to 'src/d/d_operate_wind.cpp')
| -rw-r--r-- | src/d/d_operate_wind.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/d/d_operate_wind.cpp b/src/d/d_operate_wind.cpp index 90cc27d4..8f20b05f 100644 --- a/src/d/d_operate_wind.cpp +++ b/src/d/d_operate_wind.cpp @@ -137,26 +137,26 @@ void dOw_c::_delete() { } /* 80221880-802218B4 .text dOw_Draw__FP5dOw_c */ -void dOw_Draw(dOw_c*) { +static void dOw_Draw(dOw_c*) { /* Nonmatching */ } /* 802218B4-802219A4 .text dOw_Execute__FP5dOw_c */ -void dOw_Execute(dOw_c*) { +static void dOw_Execute(dOw_c*) { /* Nonmatching */ } /* 802219A4-802219AC .text dOw_IsDelete__FP5dOw_c */ -void dOw_IsDelete(dOw_c*) { +static void dOw_IsDelete(dOw_c*) { /* Nonmatching */ } /* 802219AC-80221A04 .text dOw_Delete__FP5dOw_c */ -void dOw_Delete(dOw_c*) { +static void dOw_Delete(dOw_c*) { /* Nonmatching */ } /* 80221A04-80221AA0 .text dOw_Create__FP9msg_class */ -void dOw_Create(msg_class*) { +static void dOw_Create(msg_class*) { /* Nonmatching */ } |
