mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:18:12 +00:00
9 lines
92 B
C++
9 lines
92 B
C++
#pragma once
|
|
|
|
#define TICKS_PER_SECOND 600
|
|
|
|
namespace PIT {
|
|
|
|
void initialize();
|
|
|
|
}
|