Added comment to class_db to know how to bind more then 6 params

This commit is contained in:
Andrea Catania 2018-08-21 17:40:41 +02:00
parent 0b98834b77
commit c153489e25

View file

@ -39,6 +39,10 @@
@author Juan Linietsky <reduzio@gmail.com>
*/
/** To bind more then 6 parameters include this:
* #include "method_bind_ext.gen.inc"
*/
#define DEFVAL(m_defval) (m_defval)
//#define SIMPLE_METHODDEF