mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 13:48:25 +00:00
10 lines
92 B
C++
10 lines
92 B
C++
#pragma once
|
|
|
|
#define TICKS_PER_SECOND 600
|
|
|
|
namespace PIT {
|
|
|
|
void initialize();
|
|
|
|
}
|