dreamstalker / rehlds

Reverse-engineered HLDS
GNU General Public License v3.0
653 stars 167 forks source link

Using const in eiface.h ? #901

Closed ShadowsAdi closed 2 years ago

ShadowsAdi commented 2 years ago

Hello, I saw that eiface.h is different than the original one by using const in some engine func. Is there any reason why it's used? Example: http://metamod.org/sdk/dox/eiface_8h-source.html

int (*pfnPrecacheModel) (char* s);

https://github.com/dreamstalker/rehlds/blob/master/rehlds/public/rehlds/eiface.h#L108

Thank you!