add Test_ClippingRectangleNode

This commit is contained in:
u0u0
2021-03-01 13:51:46 +08:00
parent b0c29a4eb1
commit 7b42fbd5d4
7 changed files with 62 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
/*
** Configuration header.
** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h
** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h
*/
#ifndef luaconf_h

View File

@@ -1,6 +1,6 @@
/*
** Standard library header.
** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h
** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h
*/
#ifndef _LUALIB_H