diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-17 20:10:41 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-17 20:10:41 -0300 |
| commit | b912ba995c2175b00393f95388ae2ec1afd0494b (patch) | |
| tree | 20c9eae485c1a365e83db0bcce45f6c691bd4b54 /src/operate.cc | |
| parent | 56bdec57609cd00d7827a3008a9c6b06707097ca (diff) | |
| download | game-b912ba995c2175b00393f95388ae2ec1afd0494b.tar.gz game-b912ba995c2175b00393f95388ae2ec1afd0494b.zip | |
TPlayer constructor and destructor
Diffstat (limited to 'src/operate.cc')
| -rw-r--r-- | src/operate.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/operate.cc b/src/operate.cc index 18829a3..7dc1fef 100644 --- a/src/operate.cc +++ b/src/operate.cc @@ -5,7 +5,6 @@ #include "stubs.hh" #include <dirent.h> -#include <time.h> static fifo<TStatement> Statements(1024); static fifo<TListener> Listeners(1024); |
