Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
console/cmd: move /abortion to libtrx
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Sep 21, 2024
1 parent e61de9a commit 885897e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 38 deletions.
1 change: 0 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ dll_sources = [
'src/game/camera.c',
'src/game/clock.c',
'src/game/collide.c',
'src/game/console/cmd/die.c',
'src/game/console/cmd/end_level.c',
'src/game/console/cmd/exit_game.c',
'src/game/console/cmd/exit_to_title.c',
Expand Down
30 changes: 0 additions & 30 deletions src/game/console/cmd/die.c

This file was deleted.

5 changes: 0 additions & 5 deletions src/game/console/cmd/die.h

This file was deleted.

2 changes: 1 addition & 1 deletion src/game/console/setup.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "game/console/setup.h"

#include "game/console/cmd/die.h"
#include "game/console/cmd/end_level.h"
#include "game/console/cmd/exit_game.h"
#include "game/console/cmd/exit_to_title.h"
Expand All @@ -12,6 +11,7 @@
#include "game/console/cmd/teleport.h"

#include <libtrx/game/console/cmd/config.h>
#include <libtrx/game/console/cmd/die.h>
#include <libtrx/game/console/cmd/fly.h>
#include <libtrx/game/console/cmd/give_item.h>
#include <libtrx/game/console/cmd/heal.h>
Expand Down
2 changes: 1 addition & 1 deletion subprojects/libtrx

0 comments on commit 885897e

Please sign in to comment.