lua_types.h 244 B

123456789101112
  1. /*
  2. * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
  3. * License: https://github.com/taylor001/crown/blob/master/LICENSE
  4. */
  5. #pragma once
  6. namespace crown
  7. {
  8. struct LuaStack;
  9. struct LuaEnvironment;
  10. } // namespace crown