mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 10:01:13 +09:00
9 lines
92 B
C++
9 lines
92 B
C++
#pragma once
|
|
|
|
#define TICKS_PER_SECOND 600
|
|
|
|
namespace PIT {
|
|
|
|
void initialize();
|
|
|
|
}
|