Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 28, 2008, 11:50:53 PM (17 years ago)
Author:
landauf
Message:

a first test-version of my super-macro
tested with a testfunction in Projectile, just shoot to test
no idea if this works on other compilers (namely MSVC)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/orxonox/objects/BillboardProjectile.cc

    r1559 r1676  
    4848            this->scale(0.5);
    4949        }
     50
     51        std::cout << "a:\n";
     52        SUPER(BillboardProjectile, testfunction);
     53        std::cout << "b:\n";
    5054    }
    5155
     
    6670        this->billboard_.setVisible(this->isVisible());
    6771    }
     72
     73    void BillboardProjectile::testfunction() { SUPER(BillboardProjectile, testfunction); std::cout << "2 -> " << std::endl; }
    6874}
Note: See TracChangeset for help on using the changeset viewer.