📝 Correct file header

This commit is contained in:
Anders Jenbo 2021-05-08 11:51:35 +02:00
commit bcbaeba2f0
5 changed files with 19 additions and 2 deletions

View file

@ -1,3 +1,8 @@
/**
* @file automap_render.cpp
*
* Line drawing routines for the automap.
*/
#include "engine/render/automap_render.hpp"
namespace devilution {