Re: Re: Re: [AD] Prefixing (was: rest and yield_timeslice) |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> allegro/alcompat.h
Speaking of headers...
I also have a file called alconst.h,
which essentially is a list of static inline routines taking const BITMAP parameters, and call their non-const namesakes in Allegro. Things like:
int getpixel(const BITMAP*,int,int);
For C++ only obviously, since the routine names are the same though the signatures are different.
Interested ?
Vincent