THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 25/10/2012 at 14:27, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform:
Language(s) : C++ ;
---------
Hey guys,
I have get a very unusual question to you developers.
I never saw any plugin with a header file in res/description with more than an enum in it.
#ifndef _myplugin_H_
#define _myplugin_H_
enum
{
...
}
Where do you put your class definition in? Alltimes in the cpp files? What if you use many classes, you put them all in the same cpp file?
Thanks in advance. :)