This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#charset "CP1252" | |
#include <adv3.h> | |
#include <en_us.h> | |
/* | |
* Abstract body part class. | |
* | |
* This is not intended for direct use. It's only for inheriting sub-classes | |
* from it. | |
*/ |