Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sdk files #823

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions SDK/include/Impl/events_impl.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include "../events.hpp"
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Impl/network_impl.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include "../network.hpp"
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Impl/pool_impl.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include "../pool.hpp"
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/Actors/actors.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include <anim.hpp>
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/Checkpoints/checkpoints.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include <sdk.hpp>
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/Classes/classes.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include <sdk.hpp>
Expand Down
9 changes: 9 additions & 0 deletions SDK/include/Server/Components/Console/console.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include <core.hpp>
#include <types.hpp>

Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/CustomModels/custommodels.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include <core.hpp>
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/Databases/databases.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include <sdk.hpp>
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/Dialogs/dialogs.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include <sdk.hpp>
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/GangZones/gangzones.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include <anim.hpp>
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/LegacyConfig/legacyconfig.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include <component.hpp>
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/Menus/menus.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include <component.hpp>
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/Objects/objects.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include <sdk.hpp>
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/Pawn/Impl/pawn_impl.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

// This file should only be included in one place.
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/Pawn/pawn.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include <core.hpp>
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/Pickups/pickups.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include <component.hpp>
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/Recordings/recordings.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include <component.hpp>
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/TextDraws/textdraws.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include <component.hpp>
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/TextLabels/textlabels.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include <component.hpp>
Expand Down
10 changes: 10 additions & 0 deletions SDK/include/Server/Components/Timers/Impl/timers_impl.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include "../timers.hpp"
#include <functional>

Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/Timers/timers.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include <chrono>
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/Unicode/unicode.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include <component.hpp>
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/Variables/variables.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include <component.hpp>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include "vehicles.hpp"
Expand Down
10 changes: 10 additions & 0 deletions SDK/include/Server/Components/Vehicles/vehicle_colours.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include <types.hpp>

namespace Impl
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/Vehicles/vehicle_components.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include "vehicles.hpp"
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/Vehicles/vehicle_models.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include "vehicles.hpp"
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/Vehicles/vehicle_seats.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include "vehicles.hpp"
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/Server/Components/Vehicles/vehicles.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include <chrono>
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/anim.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include "types.hpp"
Expand Down
8 changes: 8 additions & 0 deletions SDK/include/component.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/.
*
* The original code is copyright (c) 2022, open.mp team and contributors.
*/

#pragma once

#include "types.hpp"
Expand Down
Loading