07.02.2013, 15:16
I tried doing it myself, finished few projects using my method, but it gets really messy in the end
Is there some way/library/set of snippets/plugin which will allow me to:
- use multiple files
- define header files (well, it contains itself in first point)
- use namespaces (with easy access to namespace name from other files)
Additional points for:
- not using outside programming language (I considered writing builder in ruby/php/js, but maybe there are some simpler methods not requiring thirdparty tools), therefore requiring only pawn compiler to build
Is there some way/library/set of snippets/plugin which will allow me to:
- use multiple files
- define header files (well, it contains itself in first point)
- use namespaces (with easy access to namespace name from other files)
Additional points for:
- not using outside programming language (I considered writing builder in ruby/php/js, but maybe there are some simpler methods not requiring thirdparty tools), therefore requiring only pawn compiler to build