mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Formatting corrections
This commit is contained in:
parent
9f79e8c573
commit
ebf4908c27
|
@ -1,9 +1,9 @@
|
|||
#ifndef SOL_FUNCTION_HPP
|
||||
#define SOL_FUNCTION_HPP
|
||||
|
||||
#include <sol.hpp>
|
||||
#include <sol/tuple.hpp>
|
||||
#include <sol/reference.hpp>
|
||||
#include "reference.hpp"
|
||||
#include "tuple.hpp"
|
||||
#include "stack.hpp"
|
||||
|
||||
namespace sol {
|
||||
class function : virtual public reference {
|
||||
|
|
Loading…
Reference in New Issue
Block a user