mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 00:49: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>
|
#include <cstdint>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#include "EventTest.h"
|
#include "EventTest.hpp"
|
||||||
|
|
||||||
|
|
||||||
static void STORMAPI TestBreakEventHandlerSelf(void* data) {
|
static void STORMAPI TestBreakEventHandlerSelf(void* data) {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#include "test/Test.hpp"
|
#include "test/Test.hpp"
|
||||||
#include "storm/Event.h"
|
#include "storm/Event.hpp"
|
||||||
|
|
||||||
#include <deque>
|
#include <deque>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue