mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-03 16:39:08 +00:00
chore(event): fix header extension
This commit is contained in:
parent
92b0c4778f
commit
51b200da0d
4 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#include "Event.h"
|
||||
#include "Event.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "EventTest.h"
|
||||
#include "EventTest.hpp"
|
||||
|
||||
|
||||
static void STORMAPI TestBreakEventHandlerSelf(void* data) {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#include "test/Test.hpp"
|
||||
#include "storm/Event.h"
|
||||
#include "storm/Event.hpp"
|
||||
|
||||
#include <deque>
|
||||
#include <sstream>
|
||||
Loading…
Add table
Add a link
Reference in a new issue