Atomic3D.h 86 B

123456789
  1. #pragma once
  2. namespace Atomic
  3. {
  4. void RegisterAtomic3DLibrary(Context* context);
  5. }