order 3lp dirs

This commit is contained in:
2025-08-13 11:17:00 +03:00
parent 91955d44fa
commit be2d3c197c
32 changed files with 8 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
// https://github.com/vinniefalco/LuaBridge
//
// Copyright 2019, Dmitry Tarakanov
// SPDX-License-Identifier: MIT
#pragma once
#if !defined (LUABRIDGE_NO_CXX11) && (__cplusplus >= 201103L || (defined (_MSC_VER) && _MSC_VER >= 1900))
#define LUABRIDGE_CXX11
#endif