Quote:
|
Originally Posted by Kyle T
I just hate how they made all those 'don't touch' read only. What if I want to add my own aliases to ifi_aliases.h?
|
It's a bad idea to modify ifi_aliases.h. If IFI ever releases a new version of the default code with a new ifi_aliases.h, you'll have to redo all your changes which leads to errors and extra work. It's also almost impossible to pass your code on to the next set of programmers.
Instead, you should create a new file, perhaps "kyles_aliases.h" and add everything you want there.