Author Topic: Is 3Impact Object-Oriented?  (Read 473 times)

DavidBG

  • 3Impact Newbie
  • *
  • Posts: 2
Is 3Impact Object-Oriented?
« on: February 18, 2010, 11:08:41 AM »
Hello all!

A quick question, I not that good with C++, but I was wondering if 3Impact is Object-Oriented with Inheritance? If not, I think I'll port it to FreeBASIC.

Thanks!
David

Developer - Fernando

  • Administrator
  • 3Impact Veteran
  • *****
  • Posts: 2159
Re: Is 3Impact Object-Oriented?
« Reply #1 on: February 21, 2010, 07:12:55 AM »
Thanx for posting DavidBG!

The 3Impact API is a set of DLL functions rather than source code with classes and methods. You can find the details about how to interact with the engine at

http://www.3impact.com/3Impact_Engine/quickstart.htm


DavidBG

  • 3Impact Newbie
  • *
  • Posts: 2
Re: Is 3Impact Object-Oriented?
« Reply #2 on: March 10, 2010, 04:47:38 PM »
Thanks, that link seems to be just what I need. It looks like it will be fun to work with this. I'll just have to see how far I can get.

David