Fix demomode file comments

This commit is contained in:
Gleb Mazovetskiy 2021-12-17 16:09:31 +00:00
commit 9bc9bb6d33
2 changed files with 1 additions and 7 deletions

View file

@ -1,9 +1,3 @@
/**
* @file animationinfo.h
*
* Contains most of the the demomode specific logic
*/
#include <deque>
#include <fstream>
#include <iostream>

View file

@ -1,5 +1,5 @@
/**
* @file animationinfo.h
* @file demomode.h
*
* Contains most of the the demomode specific logic
*/