11 lines
145 B
C
11 lines
145 B
C
/*
|
|
* loader.h
|
|
* by Aurora Wright
|
|
* Copyright (c) 2016 All Rights Reserved
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
void loadPayload(void); |