PDA

View Full Version : EPAlib - A new way to code



wraggster
November 9th, 2008, 00:44
News/release from karatekid1111


Well, I think everyone has been waiting for a while for me to release a actual project that does anything, so here it is!

It's called EPAlib (Easy Programmers Arsenal Library), which is almost identical to PAlib, but with different function calls.

To make things easier, it's all of PAlib's functions, but without the PA_, which means, PA_CreateSprite would be CreateSprite, However, Every command is CASE SENSITIVE, so no using createsprite, it HAS to be CreateSprite (Sorry).

The only Thing I didn't change is the PAPI functions, they still contain the PAPI_ part.

If there are any commands that don't work, post here and I'll fix it!

All you have to do is put "epalib.h" in your source folder, then add #include "epalib.h" to the top of your main.c

Download is attached!

http://forum.palib.info/index.php?topic=6099.0