devilutionX/Source/engine/trn.hpp
qndel 9ba64ad08b
TRN rewrite + bugfix (#4056)
* working new TRN system
* apply TRNs to all unique missiles
2022-02-20 14:28:51 +01:00

14 lines
213 B
C++

/**
* @file trn.h
*
* Contains most of trn logic
*/
#pragma once
namespace devilution {
uint8_t *GetInfravisionTRN();
uint8_t *GetStoneTRN();
uint8_t *GetPauseTRN();
} // namespace devilution