gimpact.cpp 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /*
  2. -----------------------------------------------------------------------------
  3. This source file is part of GIMPACT Library.
  4. For the latest info, see http://gimpact.sourceforge.net/
  5. Copyright (c) 2006 Francisco Leon. C.C. 80087371.
  6. email: [email protected]
  7. This library is free software; you can redistribute it and/or
  8. modify it under the terms of EITHER:
  9. (1) The GNU Lesser General Public License as published by the Free
  10. Software Foundation; either version 2.1 of the License, or (at
  11. your option) any later version. The text of the GNU Lesser
  12. General Public License is included with this library in the
  13. file GIMPACT-LICENSE-LGPL.TXT.
  14. (2) The BSD-style license that is included with this library in
  15. the file GIMPACT-LICENSE-BSD.TXT.
  16. This library is distributed in the hope that it will be useful,
  17. but WITHOUT ANY WARRANTY; without even the implied warranty of
  18. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the files
  19. GIMPACT-LICENSE-LGPL.TXT and GIMPACT-LICENSE-BSD.TXT for more details.
  20. -----------------------------------------------------------------------------
  21. */
  22. #include "GIMPACT/gimpact.h"
  23. void gimpact_init()
  24. {
  25. gim_init_math();
  26. }
  27. void gimpact_terminate()
  28. {
  29. }