JSGraphics.h 302 B

12345678910111213141516
  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 "JSAPI.h"
  6. namespace Atomic
  7. {
  8. class JSVM;
  9. void jsapi_init_graphics(JSVM* vm);
  10. }