Browse Source

Move docs to header

pull/2836/head
Siddharth singh chouhan 5 years ago committed by GitHub
parent
commit
0d3bf15601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Source/setmaps.cpp
  2. 4
      Source/setmaps.h

3
Source/setmaps.cpp

@ -147,9 +147,6 @@ Object &ObjectAtPosition(Point position)
app_fatal("ObjectAtPosition: Active object not found at (%i,%i)", position.x, position.y);
}
/**
* @brief Load a quest map, the given map is specified via the global setlvlnum
*/
void LoadSetMap()
{
switch (setlvlnum) {

4
Source/setmaps.h

@ -18,6 +18,10 @@ namespace devilution {
* @return A reference to the object
*/
Object &ObjectAtPosition(Point position);
/**
* @brief Load a quest map, the given map is specified via the global setlvlnum
*/
void LoadSetMap();
/* rdata */

Loading…
Cancel
Save