[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Wed, Jul 02, 2003 at 01:39:59PM +0200, Elias Pschernig wrote:
> I didn't look at the code when it was first posted, but now I saw it in
> the commits list and I'm wondering - doesn't it violate Allegro's coding
> style of having struct/class names all uppercase?
No - that is Allegro coding style. From ahack._tx:
Preprocessor defines and structure names are UPPER_CASE.
Also, think of BITMAP, FONT, RLE_SPRITE, etc.
Evert