Environment.h 314 B

1234567891011121314
  1. // Copyright (c) 2014-2015, THUNDERBEAST GAMES LLC All rights reserved
  2. // Please see LICENSE.md in repository root for license information
  3. // https://github.com/AtomicGameEngine/AtomicGameEngine
  4. #pragma once
  5. #include "../Core/Context.h"
  6. namespace Atomic
  7. {
  8. void RegisterEnvironmentLibrary(Context* context);
  9. }