|
OpenTTD Source
1.11.0-beta2
|
#include "signs_type.h"#include "viewport_type.h"#include "core/pool_type.hpp"#include "company_type.h"#include <string>Go to the source code of this file.
Data Structures | |
| struct | Sign |
Typedefs | |
| typedef Pool< Sign, SignID, 16, 64000 > | SignPool |
Variables | |
| SignPool | _sign_pool |
| Initialize the sign-pool. | |
Base class for signs.
Definition in file signs_base.h.