mirror of https://github.com/OpenTTD/OpenTTD
Fix #11689: properly close DOXYGEN_API block
parent
4c1ddb1479
commit
707e8001be
|
@ -45,7 +45,7 @@ public:
|
||||||
* The constructor wrapper from Squirrel.
|
* The constructor wrapper from Squirrel.
|
||||||
*/
|
*/
|
||||||
ScriptVehicleList(HSQUIRRELVM vm);
|
ScriptVehicleList(HSQUIRRELVM vm);
|
||||||
#endif
|
#endif /* DOXYGEN_API */
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue