pch.h 283 B

12345678910111213141516
  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // PCH.H
  4. //
  5. //////////////////////////////////////////////////////////////////////////////
  6. #ifndef _PCH_H_
  7. #define _PCH_H_
  8. #define __MODULE__ "Effect"
  9. #include "effect.h"
  10. #include "efart.h"
  11. #endif