[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> I fear an header alone won't make it.
> Some old functions would maybe need to be actually defined in a C file,
> calling the new functions to emulate the old behaviour. I fear #defines
> could not help in all situations...
I was personally thinking of Allegro's tried-and-tested-hackish static
inline functions. I think they have the benefits of function macros
without the drawbacks.
This will obviously not work for global variables, which is a different
story entirely.
Evert