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 /demo to libtrx
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Sep 22, 2024
1 parent 6bbabcb commit 23f0213
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 24 deletions.
1 change: 0 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ dll_sources = [
'src/game/collide.c',
'src/game/console/cmd/flipmap.c',
'src/game/console/cmd/load_game.c',
'src/game/console/cmd/play_demo.c',
'src/game/console/cmd/play_level.c',
'src/game/console/cmd/save_game.c',
'src/game/console/common.c',
Expand Down
16 changes: 0 additions & 16 deletions src/game/console/cmd/play_demo.c

This file was deleted.

5 changes: 0 additions & 5 deletions src/game/console/cmd/play_demo.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
Expand Up @@ -2,7 +2,6 @@

#include "game/console/cmd/flipmap.h"
#include "game/console/cmd/load_game.h"
#include "game/console/cmd/play_demo.h"
#include "game/console/cmd/play_level.h"
#include "game/console/cmd/save_game.h"

Expand All @@ -15,6 +14,7 @@
#include <libtrx/game/console/cmd/give_item.h>
#include <libtrx/game/console/cmd/heal.h>
#include <libtrx/game/console/cmd/kill.h>
#include <libtrx/game/console/cmd/play_demo.h>
#include <libtrx/game/console/cmd/pos.h>
#include <libtrx/game/console/cmd/set_health.h>
#include <libtrx/game/console/cmd/sfx.h>
Expand Down
2 changes: 1 addition & 1 deletion subprojects/libtrx

0 comments on commit 23f0213

Please sign in to comment.