rename LuaPlayer.hpp to LuaWebSocket.h
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
#ifndef LUAPLAYER_HPP
|
||||
#define LUAPLAYER_HPP
|
||||
#pragma once
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
@ -89,5 +88,3 @@ int luaopen_Player(lua_State* L)
|
||||
);
|
||||
return 1;
|
||||
}
|
||||
|
||||
#endif // LUAPLAYER_HPP
|
@ -8,7 +8,7 @@ extern "C"
|
||||
}
|
||||
|
||||
#include "functions.hpp"
|
||||
#include "LuaPlayer.hpp"
|
||||
#include "LuaWebSocket.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
@ -24,4 +24,3 @@ int main()
|
||||
luaL_dofile(L, "ia.lua");
|
||||
lua_close(L);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user