mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
9396108034
It's a lot crappier than I remembered it. It's gonna need a lot of work.
9 lines
92 B
C++
9 lines
92 B
C++
#pragma once
|
|
|
|
#define TICKS_PER_SECOND 600
|
|
|
|
namespace PIT {
|
|
|
|
void initialize();
|
|
|
|
}
|